Adds a basic page.

This commit is contained in:
2024-07-29 23:05:32 -07:00
parent addda6f54f
commit d9781431c6
7 changed files with 87 additions and 0 deletions

3
main.js Normal file
View File

@@ -0,0 +1,3 @@
(()=>{
console.log('Ready');
})();