added code splitting and basic opener

This commit is contained in:
2022-05-10 16:01:07 +02:00
parent af763d828a
commit 761701d2e9
6 changed files with 123 additions and 17 deletions

View File

@@ -6,11 +6,9 @@
<title>Loading...</title>
<link rel='icon' type='image/png' href='/favicon.png'>
<link rel='stylesheet' href='/global.css'>
<link rel='stylesheet' href='/build/bundle.css'>
<script defer src='/build/bundle.js'></script>
<script defer type="module" src='/build/main.js'></script>
</head>
<body>