initial template

This commit is contained in:
Drew
2025-04-25 23:30:12 -06:00
commit c70da2eaac
15 changed files with 384 additions and 0 deletions

2
assets/css/styles.css Normal file
View File

@ -0,0 +1,2 @@
/* This is the main css file, you can import other files to keep things tidy, or just go wild and put it all in here! */
/* @import "components/thingy.css"; */

1
assets/js/script.js Normal file
View File

@ -0,0 +1 @@
// add your javascript here, all javscript code in /assets/js/ will be bundled