Browse Source

adding /static/ to path

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

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

@ -6,8 +6,8 @@
<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="./js/p5.js"></script>
<script src="./js/variable-geometry-cover.js"></script>
<script src="./static/js/p5.js"></script>
<script src="./static/js/variable-geometry-cover.js"></script>
</head>
<body>
<div id="wrapper">

Loading…
Cancel
Save