diff options
author | Kristina Hänninen <khannine@local> | 2023-11-21 12:52:55 +0200 |
---|---|---|
committer | Kristina Hänninen <khannine@local> | 2023-11-21 12:52:55 +0200 |
commit | 4c5fd0076b4903320ba470ebf0cd454e5f7a2995 (patch) | |
tree | 8765cb09df85d08b4a6207e0dc959901fddcc4b2 /templates | |
parent | b868d0ba58384fce5a9a45ae153dee9815327d55 (diff) |
Initial anwsering form and related
Diffstat (limited to 'templates')
-rw-r--r-- | templates/answer.html | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/templates/answer.html b/templates/answer.html index 3870e6b..0ed0a05 100644 --- a/templates/answer.html +++ b/templates/answer.html @@ -1,3 +1,5 @@ +<script src="answer.js"></script> <div id="nickbox">{{ nick }}</div> <div id="alertbox">{{ alert }}</div> -<h1>answer</h1> +<h1>answer NOW!</h1> +<form id=questionForm action="/set/answers" method="POST"></form> |