This commit is contained in:
Andrew 2022-04-10 21:35:48 +07:00
parent cb0a0dee2b
commit b44fe71c28
10 changed files with 1832 additions and 0 deletions

5
w8/static/css/styles.css Normal file
View file

@ -0,0 +1,5 @@
* {
padding: 0;
margin: 0;
overflow: hidden;
}

0
w8/static/js/app.js Normal file
View file