dbot/views/layout.jade
Daniel Evans 53ad3f54ee New Theme
2011-11-25 14:44:18 +00:00

14 lines
339 B
Plaintext

!!! 5
html(lang='en')
head
meta(charset='utf-8')
link(rel='stylesheet', type='text/css', href='/styles.css')
title Depressionbot web interface
body
div#page
div#title
a(href='/') Depressionbot web interface
div#main
!{body}
script(type="text/javascript", src="/script.js")