summaryrefslogtreecommitdiffstats
path: root/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'index.html')
-rw-r--r--index.html14
1 files changed, 14 insertions, 0 deletions
diff --git a/index.html b/index.html
index c915706..7bee462 100644
--- a/index.html
+++ b/index.html
@@ -93,6 +93,8 @@
</tr>
</tbody>
</table>
+
+ <button class='save-chord'>+</button>
</form>
<form id='key-picker'>
@@ -117,6 +119,8 @@
<select id='scale' name='scale'>
<option value='major' selected>major</option>
<option value='minor'>minor</option>
+ <option value='aug'>augmented</option>
+ <option value='dim'>diminished</option>
</select>
<hr>
@@ -144,6 +148,16 @@
</fieldset>
</form>
+ <form id='saved-chords'>
+ <fieldset>
+ <legend>saved</legend>
+ <ol>
+ <li>GCEGCE</li>
+ <li>EBEGBE</li>
+ </ol>
+ </fieldset>
+ </form>
+
<hr>
<a href='https://git.spork.org/chords.git'>src</a>