working webapp with basic styling

This commit is contained in:
Bryan Bailey
2022-04-04 22:16:43 -04:00
parent 3c94149943
commit 56b4ec2670
13 changed files with 314 additions and 9 deletions

3
static/css/yoink.css Normal file
View File

@@ -0,0 +1,3 @@
* {
box-sizing: border-box;
}

0
static/js/yoink.js Normal file
View File