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

14 lines
333 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
block content
script(type="text/javascript", src="/script.js")