This commit is contained in:
Asraelite 2016-03-27 23:46:18 +01:00
parent 27520842e3
commit 2d177c6b27
16 changed files with 228 additions and 31 deletions

9
public/views/layout.jade Normal file
View file

@ -0,0 +1,9 @@
doctype html
html(lang='en')
head
meta(charset='UTF-8')
link(rel='icon', type='image/png', href='img/favicon.png')
link(rel='stylesheet', type='text/css', href='css/styles.css')
block head
body
block body