dbot/views/layout.jade

14 lines
333 B
Plaintext
Raw Normal View History

2011-09-13 22:25:40 +02:00
!!! 5
2011-11-25 15:44:18 +01:00
html(lang='en')
2011-09-13 22:25:40 +02:00
head
2011-11-25 15:44:18 +01:00
meta(charset='utf-8')
link(rel='stylesheet', type='text/css', href='/styles.css')
2012-03-10 18:49:57 +01:00
title #{name} web interface
2011-09-15 21:00:16 +02:00
body
2011-11-25 15:44:18 +01:00
div#page
div#title
a(href='/') #{name} web interface
2011-11-25 15:44:18 +01:00
div#main
block content
2011-11-25 15:44:18 +01:00
script(type="text/javascript", src="/script.js")