summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
authorMark Powers <mark@marks.kitchen>2023-01-31 22:11:34 -0600
committerMark Powers <mark@marks.kitchen>2023-01-31 22:11:34 -0600
commitf74a597c0931122dff6f76452270633419472354 (patch)
tree82ed3de8c0e76e4c55f3797db0c39f16e69065df /static/index.html
parentad11ec7f93dca356748cb6c8bc49313a7ee7c3d7 (diff)
Add task timer
Diffstat (limited to 'static/index.html')
-rw-r--r--static/index.html4
1 files changed, 4 insertions, 0 deletions
diff --git a/static/index.html b/static/index.html
index 83136dc..fd37550 100644
--- a/static/index.html
+++ b/static/index.html
@@ -51,6 +51,10 @@
<div id="books"></div>
<div id="prompts"></div>
<div><button onclick="on_submit()">Submit</button></div>
+ <div style="margin-top: 2rem;">
+ <a href="/timer"><button>Timer</button></a>
+ <a href="/new_form"><button>New Form</button></a>
+ </div>
<script>
function insert_multiple_select(prompt, prompt_id, items){
let root_el = document.getElementById("prompts")