feat: improved event semantics, finally think i have a permanent solution to urls and file paths and dev servers....

This commit is contained in:
Daniel Ledda
2022-03-26 21:57:19 +01:00
parent 625b917949
commit 8056a5dc89
15 changed files with 308 additions and 263 deletions

View File

@@ -7,9 +7,9 @@
<title>Drum Slayer</title>
<link rel='icon' type='image/png' href='./favicon.png'>
<link rel='stylesheet' href='static/main.css'>
<link rel='stylesheet' href='./static/main.css'>
<script defer src='static/bundle.js'></script>
<script defer src='./static/bundle.js'></script>
</head>
<body>
<div id="app"></div>