-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
executable file
·40 lines (37 loc) · 1.71 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
40
<!doctype html>
<html class="no-js">
<head>
<meta charset="utf-8">
<title>TIMed</title>
<meta name="description" content="">
<meta name="viewport" content="width=device-width">
<link rel="stylesheet" href="static/styles/main.css">
<link rel="stylesheet" href="static/comp/fa/css/font-awesome.css">
<!-- <link href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous"> -->
<!-- endbuild -->
</head>
<body ng-app="yapp">
<!-- Add your site or application content here -->
<div class="">
<div ui-view></div>
</div>
<!-- build:js scripts/vendor.js -->
<!-- bower:js -->
<script
src="https://code.jquery.com/jquery-2.2.4.min.js"
integrity="sha256-BbhdlvQf/xTY9gja0Dq3HiwQF8LaCRTXxZKRutelT44="
crossorigin="anonymous"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js" integrity="sha384-Tc5IQib027qvyjSMfHjOMaLkfuWVxZxUPnCJA7l2mCWNIpG9mGCD8wGNIcPD7Txa" crossorigin="anonymous"></script>
<script src="static/comp/angular/angular.js"></script>
<script src="static/comp/angular-mocks/angular-mocks.js"></script>
<script src="static/comp/ui-router/release/angular-ui-router.js"></script>
<script src="static/comp/angular-animate/angular-animate.js"></script>
<!-- endbower -->
<!-- endbuild -->
<!-- build:js({.tmp,app}) scripts/scripts.js -->
<script src="static/scripts/app.js"></script>
<script src="static/scripts/controllers/login.js"></script>
<script src="static/scripts/controllers/dashboard.js"></script>
<!-- endbuild -->
</body>
</html>