logo

demo

Unnamed repository; edit this file 'description' to name the repository. git clone https://hacktivis.me/git/demo.git

index.html (1518B)


  1. <html lang="en">
  2. <head>
  3. <meta charset="utf-8"/>
  4. <title>Homepage — Web demos</title>
  5. <link rel="stylesheet" href="common.css"/>
  6. </head>
  7. <body>
  8. <!-- http://knowyourmeme.com/memes/born-to-die-world-is-a-fuck-kill-em-all-1989-i-am-trash-man-410757864530-dead-cops -->
  9. <header title="I hope there is not actually that much dead code online…">
  10. <pre><strong>BORN TO DIE()</strong>
  11. WORLD IS A `FSCK`
  12. 鬼神 Kill Em All 1989
  13. I am trash main()
  14. 410,757,864,530 DEAD CODES</pre>
  15. <script src="common.js"></script>
  16. </header>
  17. <main>
  18. <h1>Web demos</h1>
  19. <h2>Introduction</h2>
  20. <p>There is too much shit code you can find on the web, so here is few demos, they will try to be as efficient(size, performance) and readable as possible. Also, all of this is done statically and can work offline as that allows you to see the code involved more easily.</p>
  21. <p>Disclaimer: I don’t consider myself a web developer (I prefer to do system or network administration), but as most websites are being just huge for nothing I'm pretty sure I can do way better</p>
  22. <h2>List of Demos</h2>
  23. <ul>
  24. <li><a href="sorttable">dynamicaly sorttable table</a></li>
  25. <li><a href="vanilla-editor">simple rich-text editor in VanillaJS</a></li>
  26. </ul>
  27. </main>
  28. <footer>Copyright 2018 Haelwenn (lanodan) Monnier. Distributed under the <a href="http://creativecommons.org/licenses/by/4.0/">CC-BY 4.0 License</a>. Obviously, this demoset agrees that <a href="http://simpleweb.iscute.ovh/">simple web is cute</a>.</footer>
  29. </body>
  30. </html>