forked from GitHub/dbot
20 lines
796 B
Plaintext
20 lines
796 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#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")
|