2021-09-01 13:09:09 +02:00
|
|
|
<!DOCTYPE html>
|
2021-09-01 16:50:02 +02:00
|
|
|
<html lang="en">
|
2021-09-01 13:09:09 +02:00
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
|
|
|
<script src="./js/paged.js" type="text/javascript"></script>
|
|
|
|
<script src="./js/paged.polyfill.js" type="text/javascript"></script>
|
|
|
|
<link href="./css/interface.css" rel="stylesheet" type="text/css">
|
|
|
|
<link href="./css/print.css" rel="stylesheet" type="text/css" media="print">
|
2021-09-16 18:37:23 +02:00
|
|
|
<!-- <script src="https://gitlab.com/aesthetic-programming/book/-/raw/master/public/p5_SampleCode/libraries/p5.js"></script> -->
|
2021-09-01 13:09:09 +02:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="wrapper">
|
|
|
|
{{ publication_unfolded }}
|
|
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|