favicon, init

This commit is contained in:
Ian Gulliver
2024-12-21 06:58:13 -08:00
parent 050d716a3c
commit fb8a126a33
3 changed files with 19 additions and 3 deletions

View File

@@ -2,4 +2,4 @@ function main() {
console.log("Hello, world!");
}
main();
document.addEventListener("DOMContentLoaded", main);