action_alert.htm 1.2 KB

123456789101112131415161718192021222324252627282930313233343536
  1. <html><head><meta charset="utf-8" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  2. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  3. <meta name="description" content="" /><meta name="author" content="Maxim Sokhatsky" />
  4. <title>ALERT</title>
  5. <link rel="stylesheet" href="https://n2o.dev/blank.css" /><link rel="stylesheet" href="https://n2o.dev/zima.css" />
  6. </head><body><nav>
  7. <a href="https://n2o.dev">DEV</a>
  8. <a href="https://nitro.n2o.dev">ACTION</a>
  9. <a href="#" style="background:#ededed;">ALERT</a>
  10. <div class="dropdown">
  11. <a onclick="drop()" class="dropbtn">EN</a>
  12. <div id="dropdown" class="dropdown-content">
  13. <a href="https://n2o.dev/deps/nitro/man/ua/action_alert.htm">UA</a>
  14. <a href="#">EN</a>
  15. </div>
  16. </div>
  17. </nav><header>
  18. <a href="../index.html"><img src="https://openmoji.org/data/color/svg/1F525.svg" /></a>
  19. <h1>ALERT</h1>
  20. </header><main>
  21. <section>
  22. <h3>INTRO</h3>
  23. <p>The ALERT module.</p>
  24. </section>
  25. <section>
  26. <p>This module may refer to:
  27. MAN_MODULES
  28. </p>
  29. </section>
  30. </main><footer>
  31. 2005—2019 © Synrc Research Center
  32. </footer>
  33. <script>function drop(){document.getElementById("dropdown").classList.toggle("show");}</script>
  34. </body></html>