logo

demo

Unnamed repository; edit this file 'description' to name the repository.
commit: 4232b58b60f505ebd95c6cee04cb53cfd1d9cd69
parent 63f0e5fac14adcb56c7222ca17ebb2b7d7c48509
Author: Haelwenn (lanodan) Monnier <contact@hacktivis.me>
Date:   Sun, 25 Oct 2020 13:45:36 +0100

Browsers vs. terminal is a fun thing…

Diffstat:

Mcommon.css10++++++++++
Mindex.html4+++-
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/common.css b/common.css @@ -31,3 +31,13 @@ header { header pre { text-align:center; } +kbd, samp { + -webkit-user-select: all; + -webkit-user-select: contain; + -moz-user-select: all; + -moz-user-select: contain; + -ms-user-select: all; + -ms-user-select: contain; + user-select: all; + user-select: contain; +} diff --git a/index.html b/index.html @@ -19,9 +19,11 @@ I am trash main() <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> + <h2>List of Demos</h2> <ul> <li><a href="sorttable">dynamicaly sorttable table</a></li> + <li>Here's a fun command to copypasta (Known to work in WebKitGTK 2.30.2, Firefox 82.0, Chromium 86.0.4240.111, Dillo 3.1_pre20181005):<br /><pre><code><samp>echo yes this is what you get + </samp></code></pre></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>