-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
34 lines (31 loc) · 975 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
32
33
34
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link rel="stylesheet" href="./src/assets/index.css">
<link rel="stylesheet" href="./src/assets/todo-list.css">
</head>
<body>
<div id="container">
<!-- <div id="js-counting"></div>
<div id="js-todo-list"></div> -->
</div>
<!-- <footer class="info">
<p>Double-click to edit a todo</p>
<p>Written by
<a href="http://twitter.com/lukeed05">Luke Edwards</a>
</p>
<p>Refactored by
<a href="https://github.com/xorgy">Aaron Muir Hamilton</a>
</p>
<p>Part of
<a href="http://todomvc.com">TodoMVC</a>
</p>
</footer> -->
<script src="dist/bundle.js"></script>
<script src="dist/source.js"></script>
</body>
</html>