11 lines
448 B
Plaintext
11 lines
448 B
Plaintext
<div class="control-wrapper">
|
|
<h1><%= title %></h1>
|
|
<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>
|
|
<button id="unused2" class="thoughtbot"> </button>
|
|
<button id="zero" class="thoughtbot"> </button>
|
|
<button id="resetShort" class="thoughtbot">Reset Short</button>
|
|
</div>
|