removed the tweaks.js, let's keep all the tweaking in python

This commit is contained in:
manetta 2021-10-13 19:12:54 +02:00
parent 423bbf06ce
commit ba1388fb01

View File

@ -6,8 +6,8 @@
<script src="./js/paged.polyfill.js" type="text/javascript"></script> <script src="./js/paged.polyfill.js" type="text/javascript"></script>
<link href="./css/pagedjs.css" rel="stylesheet" type="text/css"> <link href="./css/pagedjs.css" rel="stylesheet" type="text/css">
<link href="./css/print.css" rel="stylesheet" type="text/css" media="print"> <link href="./css/print.css" rel="stylesheet" type="text/css" media="print">
<script src="./js/p5.js"></script> <script src="./js/p5.js" type="text/javascript"></script>
<script src="./js/variable-geometry-cover.js"></script> <script src="./js/variable-geometry-cover.js" type="text/javascript"></script>
<!-- <script src="./js/variable-geometry-inside.js"></script> --> <!-- <script src="./js/variable-geometry-inside.js"></script> -->
</head> </head>
<body> <body>