commenting out the headers in the wrapping template (they not needed, right?)

This commit is contained in:
manetta 2021-09-29 18:56:34 +02:00
parent 46c05d6c80
commit 3db0116dd3

View File

@ -2,12 +2,10 @@
<html lang="en">
<head>
<meta charset="utf-8">
<script src="./static/js/paged.js" type="text/javascript"></script>
<script src="./static/js/paged.polyfill.js" type="text/javascript"></script>
<link href="./static/css/interface.css" rel="stylesheet" type="text/css">
<link href="./static/css/print.css" rel="stylesheet" type="text/css" media="print">
<script src="./static/js/p5.js"></script>
<script src="./static/js/variable-geometry-cover.js"></script>
<!-- <script src="./static/js/paged.js" type="text/javascript"></script> -->
<!-- <script src="./static/js/paged.polyfill.js" type="text/javascript"></script> -->
<!-- <link href="./static/css/interface.css" rel="stylesheet" type="text/css"> -->
<!-- <link href="./static/css/print.css" rel="stylesheet" type="text/css" media="print"> -->
</head>
<body>
<div id="wrapper">