3
0
mirror of https://github.com/reality/dbot.git synced 2024-11-24 04:49:25 +01:00
dbot/views/layout.jade
2012-03-10 17:51:24 +00:00

14 lines
327 B
Plaintext

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