Commit 34674022 authored by Sindre Sorhus's avatar Sindre Sorhus

Spine: Minor cleanup

parent c1cfbfa8
...@@ -12,4 +12,9 @@ Open Terminal in this folder. ...@@ -12,4 +12,9 @@ Open Terminal in this folder.
- `cake build` to compile once - `cake build` to compile once
- `cake watch` to compile on save - `cake watch` to compile on save
\ No newline at end of file
## Credit
Created by [Sindre Sorhus](https://github.com/sindresorhus)
\ No newline at end of file
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
<body> <body>
<section id="todoapp"> <section id="todoapp">
<header id="header"> <header id="header">
<h1>Todos</h1> <h1>todos</h1>
<input id="new-todo" placeholder="What needs to be done?"> <input id="new-todo" placeholder="What needs to be done?">
</header> </header>
<section id="main"> <section id="main">
...@@ -21,7 +21,7 @@ ...@@ -21,7 +21,7 @@
<ul id="todo-list"></ul> <ul id="todo-list"></ul>
</section> </section>
<footer id="footer"> <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"> <ul id="filters">
<li> <li>
<a class="selected" href="#/">All</a> <a class="selected" href="#/">All</a>
...@@ -38,10 +38,8 @@ ...@@ -38,10 +38,8 @@
</section> </section>
<footer id="info"> <footer id="info">
<p>Double-click to edit a todo</p> <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> <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>App and template by <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
<p>Created by <a href="http://github.com/sindresorhus">Sindre Sorhus</a></p>
</footer> </footer>
<script type="text/x-handlebars-template" id="todo-template"> <script type="text/x-handlebars-template" id="todo-template">
{{#this}} {{#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