Skip to content
This repository has been archived by the owner on Dec 20, 2018. It is now read-only.

Commit

Permalink
Use select box for colour
Browse files Browse the repository at this point in the history
  • Loading branch information
jbowes committed Jul 30, 2013
1 parent d859298 commit b38d9ca
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion static/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,17 @@ <h1>⛨ Buckler ⛨</h1>
<form onsubmit="return setTest()">
<input type="text" id="v">
<input type="text" id="s">
<input type="text" id="c">
<select id="c">
<option value="brightgreen">brightgreen</option>
<option value="green">green</option>
<option value="yellowgreen">yellowgreen</option>
<option value="yellow">yellow</option>
<option value="orange">orange</option>
<option value="red">red</option>
<option value="blue">blue</option>
<option value="lightgrey">lightgrey</option>
<option value="grey">grey</option>
</select>
<button>go</button>
</form>
<script>
Expand Down

0 comments on commit b38d9ca

Please sign in to comment.