diff options
author | Your Name <you@example.com> | 2017-12-23 20:08:09 +0100 |
---|---|---|
committer | Your Name <you@example.com> | 2017-12-23 20:08:09 +0100 |
commit | 79fa6979aa36b40983827fc5608b8bed85eea833 (patch) | |
tree | edd5ee0a6bbf883036d011248b8243d748e3adaa /ps/index.v0.html | |
parent | e1a06ca1c59c6af49671cf6f6ab48bcc95af6ef4 (diff) | |
download | lesoiseaux.io-79fa6979aa36b40983827fc5608b8bed85eea833.tar.gz |
Add existing ps.l.o site
Diffstat (limited to 'ps/index.v0.html')
-rw-r--r-- | ps/index.v0.html | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/ps/index.v0.html b/ps/index.v0.html new file mode 100644 index 0000000..0550951 --- /dev/null +++ b/ps/index.v0.html @@ -0,0 +1,68 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> Petites Singularités </title> + <link rel="stylesheet" href="ui/css/reset.css"> + <link rel="stylesheet" href="ui/css/rideau.css"> + <!-- discuss: <ps\at/lesoiseaux.io> --> + </head> + <body> + <nav> + <ul> + <li><a href="https://ps.lesoiseaux.io/">hybrid fragile aesthetics</a></li> + </ul> + </nav> + <section class="folds"> + <div class="fold"> + <div class="bg"></div> + <article> + <header> + <h1>Du propre des gueux</h1> + + <h2>On naît, on vit, on meurt<br> + Enfin, surtout, on vit.</h2> + </header> + <p>Une farce rigolarde sur des sujets passablement + terrifiants, selon une perspective unique et fondamentale, + <a href="/dpdg">et toutes les autres qui la contredisent</a>.</p> + </article> + </div> + <div class="fold"> + <div class="bg"></div> + <article> + <h1>VDO</h1> + <iframe seamless src="video.html" width="100%" height="100%"></iframe> + </article> + </div> + <div class="fold"> + <div class="bg"></div> + <article> + <h1>QW</h1> + <iframe seamless src="waves.html" width="100%" height="100%"></iframe> + </article> + </div> + <div class="fold right"> + <div class="bg"></div> + <article> + <h1>KRTO</h1> + <iframe seamless src="https://maps.dewey.be/frame/262" width="100%" height="100%"></iframe> + </article> + </div> + <div class="fold right"> + <div class="bg"></div> + <article> + <h1>β×λ</h1> + <iframe seamless src="https://bxl.dyne.org/people" width="100%" height="100%"></iframe> + </article> + </div> + <div class="fold right"> + <div class="bg"></div> + <article> + <h1>SFYW</h1> + <iframe seamless src="https://bxl.dyne.org/actions/software-freedom-your-way" width="100%" height="100%"></iframe> + </article> + </div> + </section> + </body> +</html> |