add basic html
This commit is contained in:
parent
5205aa4f9b
commit
07d473f275
6 changed files with 37 additions and 1 deletions
8
server/web/assets/css/styles.css
Normal file
8
server/web/assets/css/styles.css
Normal file
|
@ -0,0 +1,8 @@
|
|||
* {
|
||||
margin: 0;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
body {
|
||||
overflow: hidden;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue