mirror of
https://codeberg.org/demostf/frontend.git
synced 2026-06-03 10:14:13 +02:00
js bundle wip
This commit is contained in:
parent
dc80d715a6
commit
305e8ec8ed
11 changed files with 3090 additions and 130 deletions
|
|
@ -0,0 +1,4 @@
|
|||
function test() {
|
||||
console.log("test");
|
||||
}
|
||||
document.addEventListener("DOMContentLoaded", test);
|
||||
Loading…
Add table
Add a link
Reference in a new issue