forked from GitHub/dbot
23 lines
871 B
Plaintext
23 lines
871 B
Plaintext
!!! 5
|
|
html(lang='en')
|
|
head
|
|
meta(charset='utf-8')
|
|
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")
|
|
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.container#main
|
|
block content
|
|
div#footer
|
|
a#project(href='/project') About
|
|
|
|
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")
|