dbot/views/layout.jade

20 lines
806 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')
2013-01-21 00:07:33 +01:00
script(type="text/javascript", src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js")
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")
2011-11-25 15:44:18 +01:00
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
div.container
div#page
div#title
a(href='/') #{name} web interface
2013-01-23 20:13:10 +01:00
div.container#main
block content
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
2013-01-11 23:39:32 +01:00
script(type="text/javascript", src="/d3/d3.v3.min.js")
2011-11-25 15:44:18 +01:00
script(type="text/javascript", src="/script.js")