forked from bountysource/scope.js
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
21 lines (18 loc) · 883 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<link rel="stylesheet" href="examples/homepage/stylesheets/bootstrap.css">
<link rel="stylesheet" href="examples/homepage/stylesheets/home.css">
<script src="releases/scope-0.4.0.compressed.js" type="text/javascript"></script>
<script src="examples/homepage/javascripts/app.js" type="text/javascript"></script>
<script src="examples/homepage/javascripts/home.js" type="text/javascript"></script>
<script src="examples/homepage/javascripts/overview.js" type="text/javascript"></script>
<link href="examples/homepage/lib/prettify/prettify.css" rel="stylesheet">
<link href="examples/homepage/lib/prettify/sunburst.css" rel="stylesheet">
<script src="examples/homepage/lib/prettify/prettify.js"></script>
</head>
<body>
</body>
</html>