diff options
Diffstat (limited to '')
-rw-r--r-- | site/thanks.html | 12 |
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> |