dbot/views/layout.jade
2011-11-08 20:10:55 +00:00

11 lines
241 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#title Depressionbot web interface
div#main
!{body}