-
Notifications
You must be signed in to change notification settings - Fork 1
/
index.html
29 lines (29 loc) · 978 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
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
<title>Mantri • ember.js • TodoMVC</title>
<link rel="stylesheet" href="assets/base.css">
<link rel="stylesheet" href="css/app.css">
<!--[if IE]>
<script src="assets/ie.js"></script>
<![endif]-->
</head>
<body>
<small><a href="/build.html">Go to build (compiled) version</a></small>
<section id="todoapp"></section>
<footer id="info">
<p>Double-click to edit a todo</p>
<p>
Created by
<a href="http://github.com/tomdale">Tom Dale</a>,
<a href="http://github.com/stas">Стас Сушков</a>
<br />
Mantri authoring by <a href="http://github.com/thanpolas">Thanasis Polychronakis</a>
</p>
<p>Part of <a href="http://todomvc.com">TodoMVC</a></p>
</footer>
<script data-require="Todos.app" data-config="./mantriConf" data-deps="./deps" src="js/vendor/mantri/dist/mantri.web.js"></script>
</body>
</html>