move actual onload trigger back into the html file

This commit is contained in:
2021-10-31 20:07:41 -04:00
parent b52949f3e9
commit 3e1b06e95a
2 changed files with 17 additions and 18 deletions

View File

@@ -14,6 +14,9 @@
rel="stylesheet preload prefetch"
/>
<script type="text/javascript" src="app.js"></script>
<script type="text/javascript">
window.addEventListener("DOMContentLoaded", init);
</script>
</head>
<body>
<div class="wrapper">