element_menu.htm 1.2 KB

12345678910111213141516171819202122232425262728293031
  1. <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="" /><meta name="author" content="Maxim Sokhatsky" /><title>MENU</title><link rel="stylesheet" href="https://n2o.dev/blank.css" /><link rel="stylesheet" href="https://n2o.dev/zima.css" /></head><body><nav>
  2. <a href="https://n2o.dev">DEV</a>
  3. <a href="https://nitro.n2o.space">ELEMENT</a>
  4. <a href="#" style="background:#ededed;">MENU</a>
  5. <div class="dropdown">
  6. <a onclick="drop()" class="dropbtn">EN</a>
  7. <div id="dropdown" class="dropdown-content">
  8. <a href="https://n2o.dev/deps/nitro/man/ua/element_menu.htm">UA</a>
  9. <a href="#">EN</a>
  10. </div>
  11. </div>
  12. </nav><header>
  13. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg" /></a>
  14. <h1>MENU</h1>
  15. </header><main>
  16. <section>
  17. <h3>INTRO</h3>
  18. <p>The MENU module.</p>
  19. </section>
  20. <section>
  21. <p>This module may refer to:
  22. MAN_MODULES
  23. </p>
  24. </section>
  25. </main><footer>
  26. 2005—2019 © Synrc Research Center
  27. </footer>
  28. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  29. </body></html>