action_ui.htm 904 B

12345678910111213141516171819202122232425262728293031323334353637383940
  1. <html>
  2. <head>
  3. <meta charset="utf-8" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0" />
  6. <meta name="description" content="" />
  7. <meta name="author" content="Maxim Sokhatsky" />
  8. <title>UI</title>
  9. <link rel="stylesheet" href="https://synrc.space/synrc.css" />
  10. </head>
  11. <body>
  12. <nav>
  13. <a href='https://n2o.dev'>DEV</a>
  14. <a href='https://nitro.n2o.space'>ACTION</a>
  15. <a href='#' style="background:#ededed;">UI</a>
  16. </nav>
  17. <header>
  18. <a href="../index.html"><img src="https://n2o.space/img/Synrc Neo.svg"></a>
  19. <h1>UI</h1>
  20. </header>
  21. <main>
  22. <section>
  23. <h3>INTRO</h3>
  24. <p>The UI module.</p>
  25. </section>
  26. <section>
  27. <p>This module may refer to:
  28. MAN_MODULES
  29. </p>
  30. </section>
  31. </main>
  32. <footer>
  33. 2005&mdash;2019 &copy; Synrc Research Center
  34. </footer>
  35. </body>
  36. </html>