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/in/europe/index.html | |
parent | e1a06ca1c59c6af49671cf6f6ab48bcc95af6ef4 (diff) | |
download | lesoiseaux.io-79fa6979aa36b40983827fc5608b8bed85eea833.tar.gz |
Add existing ps.l.o site
Diffstat (limited to 'ps/in/europe/index.html')
-rw-r--r-- | ps/in/europe/index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/ps/in/europe/index.html b/ps/in/europe/index.html new file mode 100644 index 0000000..793fb89 --- /dev/null +++ b/ps/in/europe/index.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html> + <head> + <meta charset="UTF-8"> + <title> P.S.: In Europe </title> + <link rel="stylesheet" href="eu-style.css"> + <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> + <script src="pdf.js"></script> + </head> + <body> + <header> + <h1> + <a href="https://ps.zoethical.com/"><img src="../../ui/img/logo-ps-144x144.png" alt="P.S.: " style="vertical-align: middle"></a> + European Research Center + </h1> + </header> + <main> + <p><a href="PUBLIC.v3.pdf" title="PUBLIC Presentation v3 (PDF, 4.6M)">Download PUBLIC presentation</a></p> + <section id="pdf"> + <button id="prev">«</button> + <button id="next">»</button> + + <span>slide <span id="page_num"></span> / <span id="page_count"></span></span> + <br><canvas id="the-canvas"></canvas> + </section> + </main> + <footer> + <p><a href="https://ps.zoethical.com/t/petites-singularites-asbl/14">Petites Singularités</a> is a non-profit association registered in Belgium.</p> + </footer> + <script src="pdf.viewer.js"></script> + </body> +</html> |