Commit 34674022 authored by Sindre Sorhus's avatar Sindre Sorhus

Spine: Minor cleanup

parent c1cfbfa8
......@@ -12,4 +12,9 @@ Open Terminal in this folder.
- `cake build` to compile once
- `cake watch` to compile on save
\ No newline at end of file
- `cake watch` to compile on save
## Credit
Created by [Sindre Sorhus](https://github.com/sindresorhus)
\ No newline at end of file
......@@ -12,7 +12,7 @@
<body>
<section id="todoapp">
<header id="header">
<h1>Todos</h1>
<h1>todos</h1>
<input id="new-todo" placeholder="What needs to be done?">
</header>
<section id="main">
......@@ -21,7 +21,7 @@
<ul id="todo-list"></ul>
</section>
<footer id="footer">
<span id="todo-count"><strong>1</strong> item left</span>
<span id="todo-count"><strong>0</strong> items left</span>
<ul id="filters">
<li>
<a class="selected" href="#/">All</a>
......@@ -38,10 +38,8 @@
</section>
<footer id="info">
<p>Double-click to edit a todo</p>
<!-- delete this ↓ -->
<p>Inspired by the official <a href="https://github.com/maccman/spine.todos">Spine.Todos</a></p>
<!-- change this out with your name and url ↓ -->
<p>Created by <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
<p>App and template by <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
</footer>
<script type="text/x-handlebars-template" id="todo-template">
{{#this}}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment