-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
42 lines (42 loc) · 1.79 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
41
42
<!DOCTYPE html>
<!-- This site was created in Webflow. http://www.webflow.com-->
<!-- Last Published: Fri Mar 20 2015 12:32:40 GMT+0000 (UTC) -->
<html data-wf-site="54ed12752783ae6f223e371e" data-wf-page="54f0c36782019bca30a10f64" ng-app="scruman">
<head>
<meta charset="utf-8">
<title>Scruman App</title>
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="generator" content="Webflow">
<link rel="stylesheet" type="text/css" href="assets/styles/main.css">
<base href="/" />
<script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script>
<script>
WebFont.load({
google: {
families: ["Varela Round:400","Lato:100,100italic,300,300italic,400,400italic,700,700italic,900,900italic"]
}
});
</script>
<link rel="shortcut icon" type="image/x-icon" href="images/favicon.ico">
<link rel="apple-touch-icon" href="images/webclip.png">
</head>
<body>
<section ng-view></section>
<!-- injector:js -->
<script src="bower_components/angular/angular.js"></script>
<script src="bower_components/angular-route/angular-route.js"></script>
<script src="bower_components/satellizer/satellizer.js"></script>
<script src="app/shared/authRedirect.js"></script>
<script src="app/shared/scrumanWidgets.js"></script>
<script src="app/shared/task/Task.js"></script>
<script src="app/shared/userData.js"></script>
<script src="app/config.js"></script>
<script src="app/app.module.js"></script>
<script src="app/app.routes.js"></script>
<script src="app/components/kanban/KanbanController.js"></script>
<script src="app/components/kanban/KanbanService.js"></script>
<script src="app/components/login/LoginController.js"></script>
<script src="app/components/login/LoginService.js"></script>
<!-- endinjector -->
</body>
</html>