blob: a79b599fdb99181e1e75b72e3f2f54dcb8b14ec4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
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.1.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>
|