refactored app structure

This commit is contained in:
Bryan Bailey
2022-04-05 23:12:42 -04:00
parent 56b4ec2670
commit 5ca91452ca
23 changed files with 317 additions and 138 deletions

BIN
app/static/comic.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 3.3 KiB

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

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

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