summaryrefslogtreecommitdiff
path: root/site/thanks.html
blob: 1043ec34d5bd6439aa9f098f2ab1f77398ab48f3 (plain)
1
2
3
4
5
6
7
8
9
10
11
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>