made all files conform; simplified template loading

This commit is contained in:
2022-08-11 22:29:46 +02:00
parent b2a4f8d4e0
commit 8e7ce406ff
7 changed files with 189 additions and 111 deletions

View File

@ -196,9 +196,6 @@
<div id="Loading">
<p></p>
</div>
<script type="module">
import blog from "./modules/templateBlog.mjs";
blog();
</script>
<script type="module" src="./modules/templateBlog.mjs"></script>
</body>
</html>