dbot/views/layout.jade
2013-01-11 22:39:32 +00:00

20 lines
696 B
Plaintext

!!! 5
html(lang='en')
head
meta(charset='utf-8')
link(rel="stylesheet", type="text/css", href="http://fonts.googleapis.com/css?family=Source+Sans+Pro")
link(rel="stylesheet", type="text/css", href="/bootstrap/css/bootstrap.min.css")
link(rel='stylesheet', type='text/css', href='/styles.css')
title #{name} web interface
body
div.container
div#page
div#title
a(href='/') #{name} web interface
div#main
block content
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
script(type="text/javascript", src="/d3/d3.v3.min.js")
script(type="text/javascript", src="/script.js")