forked from rafacesar/simplehar
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
19 lines (19 loc) · 674 Bytes
/
index.html
File metadata and controls
19 lines (19 loc) · 674 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
<!doctype html>
<html lang="en" style="height:100%;">
<head>
<meta charset="UTF-8" />
<title>SimpleHar</title>
<link rel="stylesheet" href="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/css/bootstrap.min.css" />
<link rel="stylesheet" href="src/style.css" />
</head>
<body style="height:100%;">
<div class="container sh-container">
{content}
</div>
<script src="http://ajax.googleapis.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
<script src="http://netdna.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script>
<script src="src/html.js"></script>
<script src="src/stupidtable.js"></script>
<script src="src/script.js"></script>
</body>
</html>