3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-10 19:40:55 +01:00
dbot/views/layout.jade

14 lines
339 B
Plaintext
Raw Normal View History

2011-09-13 21:25:40 +01:00
!!! 5
2011-11-25 14:44:18 +00:00
html(lang='en')
2011-09-13 21:25:40 +01:00
head
2011-11-25 14:44:18 +00:00
meta(charset='utf-8')
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-25 14:44:18 +00:00
div#page
div#title
a(href='/') Depressionbot web interface
div#main
!{body}
script(type="text/javascript", src="/script.js")