-
Notifications
You must be signed in to change notification settings - Fork 8
/
Copy pathindex.html
executable file
·39 lines (30 loc) · 1.04 KB
/
index.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
<!DOCTYPE html>
<html lang="en">
<head>
<title>The Profiler</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="css/reset.css" />
<link rel="stylesheet" href="css/profiler.css" />
</head>
<body>
<div id="wrapper">
<div id="container"></div>
<div id="detail"></div>
</div>
<div style="clear:both"></div>
<script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
<script type="text/javascript" src="js/handlebars-v1.3.0.js"></script>
<script type="text/javascript" src="js/compiled/th-template.runtime.js"></script>
<script type="text/javascript" src="js/compiled/display-template.runtime.js"></script>
<script type="text/javascript" src="js/miso.ds.deps.min.0.4.1.js"></script>
<script type="text/javascript" src="js/profiler.js"></script>
<script type="text/javascript">
photoGrid.init({
googleKey: "0AurS2EUbrPERdE9Nc1dMSGdfenFCN0FCTk9jZF9TVWc"
});
</script>
</body>
</html>
</body>
</html>