|
@@ -5,8 +5,15 @@
|
|
|
<link rel="stylesheet" href="https://n2o.dev/zima.css" />
|
|
|
</head><body><nav>
|
|
|
<a href="https://n2o.dev">DEV</a>
|
|
|
- <a href="https://mad.n2o.space">MAD</a>
|
|
|
+ <a href="../index.html">MAD</a>
|
|
|
<a href="#" style="background:#ededed;">COMPILE</a>
|
|
|
+ <div class="dropdown">
|
|
|
+ <a onclick="drop()" class="dropbtn">EN</a>
|
|
|
+ <div id="dropdown" class="dropdown-content">
|
|
|
+ <a href="https://n2o.dev/deps/mad/man/ua/mad_compile.htm">UA</a>
|
|
|
+ <a href="https://mad.n2o.space/man/mad_compile.htm">EN</a>
|
|
|
+ </div>
|
|
|
+ </div>
|
|
|
</nav><header>
|
|
|
<a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg" /></a>
|
|
|
<h1>COMPILE</h1>
|
|
@@ -24,4 +31,6 @@ MAN_MODULES
|
|
|
</section>
|
|
|
</main><footer>
|
|
|
2005—2019 © Synrc Research Center
|
|
|
-</footer></body></html>
|
|
|
+</footer>
|
|
|
+<script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
|
|
|
+</body></html>
|