Getting started

This commit is contained in:
Stefan Bethke 2025-05-21 14:44:29 +02:00
commit 9565ba3596
19 changed files with 2829 additions and 717 deletions

3
hmdooris/static/main.css Normal file
View file

@ -0,0 +1,3 @@
/*
* foo
*/

3
hmdooris/static/main.js Normal file
View file

@ -0,0 +1,3 @@
(function(){
console.log("Setup complete")
})();