-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdefault.html
43 lines (34 loc) · 1.03 KB
/
default.html
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
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="author" content="{author}">
<meta name="description" content="{description}">
<link rel="shortcut icon" href="/ico/favicon.png">
<title>{title} - Standard Developer</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap.min.css">
<link rel="stylesheet" href="../../../assets/css/demo.css">
</head>
<body>
<div id="wrap">
<div class="container">
<div class="page-header">
<h1>{title}</h1>
</div>
<p class="lead"></p>
<p></p>
</div>
<div class="container">
<!-- TODO: demo content goes here -->
</div>
</div>
<div id="footer">
<div class="container">
<p class="text-muted credit">Copyright 2013, Standard Development, LLC</p>
</div>
</div>
<script src="http://code.jquery.com/jquery-2.0.3.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.0.0/js/bootstrap.min.js"></script>
</body>
</html>