diff options
Diffstat (limited to 'ps/vdo')
-rw-r--r-- | ps/vdo/index.html | 36 |
1 files changed, 17 insertions, 19 deletions
diff --git a/ps/vdo/index.html b/ps/vdo/index.html index dd84117..4684246 100644 --- a/ps/vdo/index.html +++ b/ps/vdo/index.html @@ -3,8 +3,8 @@ <head> <meta charset="utf-8"> <meta name="viewport" content="width=device-width, initial-scale=1"> - <title>Petites Singularités Éditions, Bruxelles</title> - <link rel="stylesheet" href="../../assets/css/txt.css"> + <title>Petites Singularités : enquêtes vidéo</title> + <link rel="stylesheet" href="/assets/css/txt.css"> </head> <body class="vdo"> <header> @@ -26,8 +26,8 @@ </header> <section class="video" id="felipe-fonseca"> <h2><a href="#felipe-fonseca">Felipe Fonseca</a></h2> - <video playsline autoplay muted controls poster="../../assets/img/foo.png"> - <source src="../../assets/img/camera-qui-tombe.webm" type="video/webm"> + <video playsline autoplay muted controls> + <source src="/assets/img/camera-qui-tombe.webm" type="video/webm"> </video> <p>Notice...</p> </section> @@ -69,35 +69,33 @@ </main> <aside> <nav> - <h3><a href="../">P.S.:</a></h3> + <h3><a href="https://ps.lesoiseaux.io/">P.S.:</a></h3> <ul> <li> - <a href="../gfx/">GFX</a> + <a href="https://ps.lesoiseaux.io/gfx/">GFX</a> <span>Collectif d'artiste</span> </li> <li> - <a href="../txt/">TXT</a> + <a href="https://ps.lesoiseaux.io/txt/">TXT</a> <span>Éditions à Bruxelles</span> </li> <li> - <a href="https://pw.lesoiseaux.io/">VDO</a> + <a href="https://ps.lesoiseaux.io/vdo/">VDO</a> <span>Enquêtes vidéos</span> </li> </ul> </nav> </aside> <footer> - <p><span>Copyright</span> <span>©</span> 2017 - <a href="https://ps.lesoiseaux.io/" - title="URL Canonique : https://ps.lesoiseaux.io/"><em>Petites Singularités</em></a> - — - <a href="http://artlibre.org/licence/lal/en/" - title="Licence des contenus : Art Libre v1.3">Nous faisons de l'art libre</a> - — - <a href="https://code.cepheide.org/lesoiseaux.io.git" - title="Licence du code Web : GNU AGPL v3">Nous faisons du logiciel libre</a> - — - Nous faisons <3 + <h4><a href="https://pw.lesoiseaux.io/">pw.lesoiseaux.io</a></h4> + <p><span>Copyright</span> <span>©</span> 2017 + <a href="https://ps.lesoiseaux.io/" + title="URL Canonique : https://ps.lesoiseaux.io/"><em>Petites Singularités</em></a> + — <a href="http://artlibre.org/licence/lal/en/" + title="Licence des contenus : Art Libre v1.3">Nous faisons de l'art libre</a> + — <a href="https://code.cepheide.org/lesoiseaux.io.git" + title="Licence du code Web : GNU AGPL v3">Nous faisons du logiciel libre</a> + — Nous faisons <3 </p> </footer> </body> |