-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathindex.html
More file actions
22 lines (19 loc) · 875 Bytes
/
index.html
File metadata and controls
22 lines (19 loc) · 875 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html ng-app="integrationApp">
<head>
<title></title>
<link rel="stylesheet" href="bower_components/famous-angular/dist/famous-angular.min.css"/>
</head>
<body>
<ui-view></ui-view>
<!-- Angular libs -->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-ui-router/release/angular-ui-router.js"></script>
<!-- Famous libs -->
<script src="bower_components/famous/dist/famous-global.min.js"></script>
<script src="bower_components/famous-angular/dist/famous-angular.min.js"></script>
<!-- Application -->
<script src="scripts/app.js"></script>
<script src="scripts/controllers/main.js"></script>
</body>
</html>