summaryrefslogtreecommitdiff
path: root/static/index.html
diff options
context:
space:
mode:
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")