forked from optimizely/snippet-inspector
-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
24 lines (21 loc) · 877 Bytes
/
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
<html>
<body>
<div class="container">
<div class="row">
<div id="output"></div>
</div>
</div>
</body>
</html>
<!-- Helper scripts -->
<script src="https://cdnjs.cloudflare.com/ajax/libs/underscore.js/1.8.3/underscore-min.js"></script>
<script src="https://code.jquery.com/jquery-3.1.1.slim.min.js" integrity="sha256-/SIrNqv8h6QGKDuNoLGA4iret+kyesCkHGzVUUV0shc=" crossorigin="anonymous"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/handlebars.js/4.0.6/handlebars.min.js"></script>
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/milligram/1.2.4/milligram.css" />
<script src="https://use.fontawesome.com/b5c99c188b.js"></script>
<link rel="stylesheet" href="style.css">
<script src="helpers.js"></script>
<!-- Snippet to use -->
<script src="snippet.js"></script>
<!-- Analysis to run -->
<script src="biggest_pages.js"></script>