|
@@ -1,3 +1,4 @@
|
|
|
+<!DOCTYPE html>
|
|
|
<html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
<meta name="description" content="" />
|
|
@@ -8,6 +9,13 @@
|
|
|
</head><body><nav>
|
|
|
<a href="https://n2o.dev">DEV</a>
|
|
|
<a href="https://nitro.n2o.space" style="background:#ededed;">NITRO</a>
|
|
|
+ <div class="dropdown">
|
|
|
+ <a onclick="drop()" class="dropbtn">EN</a>
|
|
|
+ <div id="dropdown" class="dropdown-content">
|
|
|
+ <a href="https://n2o.dev/deps/nitro/man/ua/index.html">UA</a>
|
|
|
+ <a href="https://nitro.n2o.space/">EN</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</nav><header>
|
|
|
<a href="https://github.com/synrc/nitro"><img src="https://synrc.space/images/Synrc Neo.svg?v=1" /></a>
|
|
|
<h1>NITRO</h1>
|
|
@@ -123,4 +131,6 @@
|
|
|
</section>
|
|
|
</main><footer>
|
|
|
Made with <span class="heart">❤</span> to N2O
|
|
|
-</footer></body></html>
|
|
|
+</footer>
|
|
|
+<script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
|
|
|
+</body></html>
|