Revert "feat: added dropdown language menu"

This reverts commit 1ea4572867.
This commit is contained in:
Vitor Gonçalves 2024-02-08 18:30:35 -03:00
parent 1ea4572867
commit ad312a8feb
Signed by: vitorg
GPG Key ID: B90BF113DF56EB41
2 changed files with 2 additions and 14 deletions

View File

@ -100,12 +100,4 @@ a {
text-decoration: none;
}
a:hover { text-decoration: underline; }
#select-lang {
font-family: var(--casualFonts);
background: var(--bgColor);
color: var(--linkColor);
border-style: none;
font-size: medium;
}
a:hover { text-decoration: underline; }

View File

@ -19,10 +19,6 @@
<a href="http://git.vern.cc/vern/wiki/commits/branch/master">Recent changes</a>
<a href="http://git.vern.cc/vern/wiki">Source</a>
<a href="/authors/">Wiki Authors</a>
<select name="Language" id="select-lang" onChange="window.document.location.href=this.options[this.selectedIndex].value;">
<option id="eng-button" value="//wiki.vern.cc/eng">English</option>
<option id="tur-button" value="//wiki.vern.cc/tur">Turkish</option>
</select>
</nav>
</header>
<main>
@ -37,4 +33,4 @@
<p>Get the source <a href="http://git.vern.cc/vern/wiki">here</a>$if(lastmod)$, this page was last updated $lastmod$ $endif$</p>
</footer>
</body>
</html>
</html>