js bundle wip

This commit is contained in:
Robin Appelman 2023-04-09 17:03:46 +02:00
commit 305e8ec8ed
11 changed files with 3090 additions and 130 deletions

View file

@ -0,0 +1,4 @@
function test() {
console.log("test");
}
document.addEventListener("DOMContentLoaded", test);