-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
31 lines (28 loc) · 956 Bytes
/
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
<!DOCTYPE html>
<html>
<head>
<meta charset=UTF-8>
<title>Saad App</title>
<link href='https://cdnjs.cloudflare.com/ajax/libs/normalize/4.1.1/normalize.min.css' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/flexboxgrid/6.3.0/flexboxgrid.min.css" type="text/css">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">
<link rel="stylesheet" href="assets/css/main.css" type="text/css">
</head>
<body ng-app="todoListApp">
<!-- <h1>My TODOs!</h1>
<div class="list" ng-controller="mainCtrl">
<div class="add">
<a href="#" ng-click="addTodo()">
+ Add a New Task</a>
</div>
<todo></todo>
</div>
<div class="test"></div> -->
<app>
... before angular loads
</app>
<script src="dist/polyfills.bundle.js"></script>
<script src="dist/vendor.bundle.js"></script>
<script src="dist/main.bundle.js"></script>
</body>
</html>