-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
88ad406
commit 0d328d2
Showing
1 changed file
with
76 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |