add static file serving

This commit is contained in:
Asraelite 2016-03-21 12:56:32 +00:00
parent d0b5aae8f6
commit 4c6eb86794
6 changed files with 9 additions and 0 deletions

8
public/css/styles.css Normal file
View file

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