Configure Express and add public files

This commit is contained in:
Rowan Manning
2013-09-16 09:05:00 +01:00
parent f951f7c734
commit 8d4f79128d
3 changed files with 26 additions and 1 deletions

6
public/example.css Normal file
View File

@@ -0,0 +1,6 @@
/* Just an example CSS file. Delete it when you add actual CSS */
body {
font-family: sans-serif;
}