-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
33 lines (28 loc) · 1.22 KB
/
index.html
File metadata and controls
33 lines (28 loc) · 1.22 KB
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
<!DOCTYPE html>
<html>
<head>
<base href="/index.html">
<meta charset="utf-8" />
<link href="/Content/dist/css/bootstrap.min.css" rel="stylesheet" />
<link href="/Content/dist/css/angular-chart.min.css" rel="stylesheet" />
<link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
<link href="/Content/shell.css" rel="stylesheet" />
<link href="/Content/home.css" rel="stylesheet" />
<link href="/Content/gatorloop.css" rel="stylesheet"/>
</head>
<body ng-app="MainApp">
<div ng-include="'/App/Modules/shell.html'"></div>
</body>
<script src="/bower_components/moment/moment.js"></script>
<script src="/Scripts/jquery-2.1.4.min.js"></script>
<script src="/Content/dist/js/bootstrap.min.js"></script>
<script src="/Scripts/angular.js"></script>
<script src="/Scripts/angular-ui-router.js"></script>
<script src="/Content/dist/js/Chart.min.js"></script>
<script src="/Content/dist/js/angular-chart.min.js"></script>
<script src="/App/Modules/Public/Public.module.js"></script>
<script src="/App/Modules/Public/Public.service.js"></script>
<script src="/App/Modules/Public/socket.factory.js"></script>
<script src="/App/Modules/Public/Public.controller.js"></script>
<script src="/App/app.js"></script>
</html>