diff options
Diffstat (limited to '')
-rw-r--r-- | site/thanks.html | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/site/thanks.html b/site/thanks.html index 1043ec3..1f0a18b 100644 --- a/site/thanks.html +++ b/site/thanks.html @@ -1,12 +1,13 @@ <html> <head> + <meta charset="UTF-8"> <title>Thanks for answering the survey!</title> <link rel="stylesheet" type="text/css" href="style.css"> </head> <body> - <div> + <main> <h1>Thanks for your answers!</h1> <p>Your submission was sent and received successfully.</p> - </div> + </main> </body> </html> |