wingbase/public/views/layout.jade
2016-03-27 23:46:18 +01:00

9 lines
217 B
Text

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