diff options
author | hellekin <hellekin@cepheide.org> | 2018-01-06 10:11:35 +0100 |
---|---|---|
committer | hellekin <hellekin@cepheide.org> | 2018-01-06 10:11:35 +0100 |
commit | 39f3f2b2519ec0de27a53f9237080718a01491fb (patch) | |
tree | 7798d7f3bffd2a960b00e7a6486b99fb9e52f467 /ps/index-001.html | |
parent | 5768b999f5c67954d279d9d67466db9f4aa3afd3 (diff) | |
download | lesoiseaux.io-39f3f2b2519ec0de27a53f9237080718a01491fb.tar.gz |
Fix index names:
- index-00N.html is the list of tests
- index.vX.html is the list of published versions
- index.html symlinks to the current version
Diffstat (limited to 'ps/index-001.html')
-rw-r--r-- | ps/index-001.html | 68 |
1 files changed, 68 insertions, 0 deletions
diff --git a/ps/index-001.html b/ps/index-001.html new file mode 100644 index 0000000..0550951 --- /dev/null +++ b/ps/index-001.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> |