diff options
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> |