forked from johnhidey/angular-appinsights
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (20 loc) · 874 Bytes
/
index.html
File metadata and controls
25 lines (20 loc) · 874 Bytes
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
<!doctype html>
<html>
<head>
<meta charset="utf-8">
<title>Insights Demo</title>
<link rel="stylesheet" href="styles.css">
</head>
<body data-ng-app="insightsApp">
<a href="#/">Page 1</a>
<a href="#/page2">Page 2</a>
<div data-ng-view="">
</div>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.18/angular-loader.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.18/angular.min.js"></script>
<script type="text/javascript" src="http://cdnjs.cloudflare.com/ajax/libs/angular.js/1.2.18/angular-route.min.js"></script>
<script type="text/javascript" src="angular-appinsights.js"></script>
<script type="text/javascript" src="appInsights.js"></script>
<script type="text/javascript" src="main.js"></script>
</body>
</html>