dbot/views/layout.jade

11 lines
241 B
Plaintext
Raw Normal View History

2011-09-13 21:25:40 +01:00
!!! 5
html(lang: 'en')
head
meta(charset: 'utf-8')
2011-11-08 18:52:59 +00:00
link(rel: 'stylesheet', type: 'text/css', href: '/styles.css')
2011-11-08 15:36:18 +00:00
title Depressionbot web interface
2011-09-15 20:00:16 +01:00
body
2011-11-08 15:36:18 +00:00
div#title Depressionbot web interface
2011-11-08 20:10:55 +00:00
div#main
!{body}