logo

demo

Unnamed repository; edit this file 'description' to name the repository.
commit: b2c319801f72f88eb0f9baeff822a15b32018b6c
parent: 61a1256a3a98878c5421dbb4e33292b2d72ae19e
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Thu, 17 May 2018 07:00:46 +0200

index.html: Add

Diffstat:

Aindex.html29+++++++++++++++++++++++++++++
1 file changed, 29 insertions(+), 0 deletions(-)

diff --git a/index.html b/index.html @@ -0,0 +1,29 @@ +<html lang=en> +<head> + <meta charset="utf-8"/> + <title>Homepage — Web demos</title> + <link rel="stylesheet" href="common.css"> +</head> +<body> +<!-- http://knowyourmeme.com/memes/born-to-die-world-is-a-fuck-kill-em-all-1989-i-am-trash-man-410757864530-dead-cops --> + <header title="I hope there is not actually that much dead code online…"> +<pre><strong>BORN TO DIE()</strong> +WORLD IS A `FSCK` +鬼神 Kill Em All 1989 +I am trash main() +410,757,864,530 DEAD CODES</pre> +<script src="common.js"></script> + </header> + <main> + <h1>Web demos</h1> + <h2>Introduction</h2> + <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> + <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> + <h2>List of Demo Pages</h2> + <ul> + <li><a href="sorttable">dynamicaly sorttable table</a></li> + </ul> + </main> + <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> +</body> +</html>