timer/views/index.ejs
Rob Dodson 4b5b869c14 Finalize functionality.
Add start/stop/reset buttons.

Tidy up the interactions between the view and the stopwatch model.

Add CSS styles.
2012-06-08 07:06:54 -07:00

6 lines
225 B
Plaintext

<div id="wrapper">
<div id="countdown"></div>
<button id="start" class="thoughtbot">Start</button>
<button id="stop" class="thoughtbot">Stop</button>
<button id="reset" class="thoughtbot">Reset</button>
</div>