blob: 05f6e5d0041af776fa57eaad49a1e197b1d11fe9 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
|
doctype 5
html
head
title Collection+JSON Explorer
meta(name='viewport', content='width=device-width, initial-scale=1.0')
link(href='/bootstrap-2.0.4/css/bootstrap.css', rel='stylesheet')
style
/*
body {
padding-top: 40px;
}
*/
section {
padding-top: 40px;
}
link(href='/bootstrap-2.0.4/css/bootstrap-responsive.css', rel='stylesheet')
// Le HTML5 shim, for IE6-8 support of HTML5 elements
// if lt IE 9
script(src='http://html5shim.googlecode.com/svn/trunk/html5.js')
//
link(rel='shortcut icon', href='/bootstrap-2.0.4/ico/favicon.ico')
link(rel='apple-touch-icon-precomposed', sizes='144x144', href='/bootstrap-2.0.4/ico/apple-touch-icon-144-precomposed.png')
link(rel='apple-touch-icon-precomposed', sizes='114x114', href='/bootstrap-2.0.4/ico/apple-touch-icon-114-precomposed.png')
link(rel='apple-touch-icon-precomposed', sizes='72x72', href='/bootstrap-2.0.4/ico/apple-touch-icon-72-precomposed.png')
link(rel='apple-touch-icon-precomposed', href='/bootstrap-2.0.4/ico/apple-touch-icon-57-precomposed.png')
body
block navbar
div(class='container')
block content
script(src='/javascripts/jquery-1.7.2.min.js')
script(src='/bootstrap-2.0.4/js/bootstrap.min.js')
|