<!-- CSS overrides - remove if you don't need it -->
<linkrel="stylesheet"href="css/app.css">
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
</head>
<body>
<sectionid="todoapp">
<headerid="header">
<h1>todos</h1>
<inputid="new-todo"placeholder="What needs to be done?"autofocus>
</header>
<!-- This section should be hidden by default and shown when there are todos -->
<sectionid="main">
<inputid="toggle-all"type="checkbox">
<labelfor="toggle-all">Mark all as complete</label>
<ulid="todo-list"></ul>
</section>
<!-- This footer should hidden by default and shown when there are todos -->
<footerid="footer"></footer>
</section>
<footerid="info">
<p>Double-click to edit a todo</p>
<!-- Remove the below line ↓ -->
<!-- Change this out with your name and url ↓ -->
<p>Created by <ahref="https://github.com/DimitarChristoff/">Dimitar Christoff</a></p>
<p>Powered by <ahref="https://github.com/DimitarChristoff/Epitome">Epitome for MooTools</a><br/><ahref="http://travis-ci.org/DimitarChristoff/Epitome"></a><imgsrc="https://secure.travis-ci.org/DimitarChristoff/Epitome.png?branch=master"/></a</p>
<p>Part of <ahref="http://todomvc.com">TodoMVC</a></p>