Skip to content

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
stuffbymax authored Apr 27, 2024
1 parent 88ad406 commit 0d328d2
Showing 1 changed file with 76 additions and 0 deletions.
76 changes: 76 additions & 0 deletions verification.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
<!DOCTYPE html>
<html>
<head>
<title>verification</title>
</head>

<body>
<style>
ul {
list-style-type: none;
margin: 0;
padding: 0;
}
.sidenav {
height: 100%;
width: 200px;
position: fixed;
z-index: 1;
top: 0;
left: 0;
background-color: #000000;
overflow-x: hidden;
padding-top: 20px;
}

.sidenav a {
padding: 6px 6px 6px 32px;
text-decoration: none;
font-size: 25px;
color: #818181;
display: block;
}

.sidenav a:hover {
color: #f1f1f1;
}

.main {
margin-left: 200px; /* Same as the width of the sidenav */
}

@media screen and (max-height: 450px) {
.sidenav {padding-top: 15px;}
.sidenav a {font-size: 18px;}
}


</style>
</body>

<div class="sidenav">
<ul>
<a href="index.html">CZ</a>
<a href="sk.html">SK</a>
<a href="pl.html">PL</a>
<a href="ge.html">DE</a>
<a href="ru.html">RU</a>
<a href="شبكة.html">شبكة</a>
</ul>
</div>

<h1 align="center">verified languages</h1>

<h2 align="center">czech ✅</h2>

<h2 align="center">slovak ✅</h2>

<h2 align="center">polish 🟨</h2>

<h2 align="center">german ❌</h2>

<h2 align="center">arabic ❌</h2>

<h2 align="center">meanings</h2>
<h2 align="center">yes ✅ mayby 🟨 no ❌</h2>
</html>

0 comments on commit 0d328d2

Please sign in to comment.