summaryrefslogtreecommitdiff
path: root/site/thanks.html
diff options
context:
space:
mode:
authorstuebinm2021-04-07 19:27:13 +0200
committerstuebinm2021-04-07 19:27:13 +0200
commitb38dc5c1e3b87753bf23a1d335aa2d6f7dc5ee01 (patch)
tree461d8bcf8b6e8636648f9c85f8a427b85a8e0256 /site/thanks.html
parentf5a3f1dfc9760094ef4a2937be9b4d7eba745c4d (diff)
site: add visual feedback on survey submission
After a submission, the survey will now either redirect to a "thanks for your answers!"-site (if the POST request had status 200) or else display some kind of error message.
Diffstat (limited to 'site/thanks.html')
-rw-r--r--site/thanks.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/site/thanks.html b/site/thanks.html
new file mode 100644
index 0000000..1043ec3
--- /dev/null
+++ b/site/thanks.html
@@ -0,0 +1,12 @@
+<html>
+ <head>
+ <title>Thanks for answering the survey!</title>
+ <link rel="stylesheet" type="text/css" href="style.css">
+ </head>
+ <body>
+ <div>
+ <h1>Thanks for your answers!</h1>
+ <p>Your submission was sent and received successfully.</p>
+ </div>
+ </body>
+</html>