<!-- CSS overrides - remove if you don't need it -->
<linkrel="stylesheet"href="css/app.css">
<!--[if IE]>
<script src="../../../assets/ie.js"></script>
<![endif]-->
...
...
@@ -17,35 +15,29 @@
<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>Powered by <ahref="https://github.com/DimitarChristoff/Epitome">Epitome for MooTools</a></p>
<p>Part of <ahref="http://todomvc.com">TodoMVC</a></p>
Read the [App Specification](https://github.com/addyosmani/todomvc/wiki/App-Specification) before touching the template.
## Need help?
Feel free to [contact us](https://github.com/sindresorhus) if you have any questions or need help with the template.
## Credit
Created by [Sindre Sorhus](http://sindresorhus.com)
\ No newline at end of file
[Epitome](http://dimitarchristoff.github.com/Epitome) is a new extensible and modular open-source MVP* framework, built out of MooTools Classes and Events.