Browse Source

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

master
manetta 3 years ago
parent
commit
3db0116dd3
  1. 10
      web-interface/templates/wrapping-templates/template.html

10
web-interface/templates/wrapping-templates/template.html

@ -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">

Loading…
Cancel
Save