3
0
mirror of https://github.com/reality/dbot.git synced 2025-02-10 19:40:55 +01:00
dbot/views/layout.jade

20 lines
806 B
Plaintext
Raw Normal View History

2011-09-13 21:25:40 +01:00
!!! 5
2011-11-25 14:44:18 +00:00
html(lang='en')
2011-09-13 21:25:40 +01:00
head
2011-11-25 14:44:18 +00:00
meta(charset='utf-8')
2013-01-20 23:07:33 +00: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 14:44:18 +00:00
link(rel='stylesheet', type='text/css', href='/styles.css')
2012-03-10 17:49:57 +00:00
title #{name} web interface
2011-09-15 20:00:16 +01:00
body
div.container
div#page
div#title
a(href='/') #{name} web interface
2013-01-23 19:13:10 +00:00
div.container#main
block content
script(type="text/javascript", src="/bootstrap/js/bootstrap.min.js")
2013-01-11 22:39:32 +00:00
script(type="text/javascript", src="/d3/d3.v3.min.js")
2011-11-25 14:44:18 +00:00
script(type="text/javascript", src="/script.js")