summaryrefslogtreecommitdiff
path: root/site/thanks.html
blob: 1f0a18b133e31d2856fde16e36df1bd5670c26e0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
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>
        <main>
            <h1>Thanks for your answers!</h1>
            <p>Your submission was sent and received successfully.</p>
        </main>
    </body>
</html>