-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path780764425.html
25 lines (24 loc) · 1.14 KB
/
780764425.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
<!-- thank-you -->
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You</title>
<link rel="icon" type="image/x-icon" href="images/favicon.ico">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@400;700&display=swap" rel="stylesheet">
<link rel="stylesheet" href="css/main.css">
</head>
<body>
<div class="wrapper">
<section class="hero">
<h1 class="final">Thank you for your participation!</h1>
<p class="subhead">Your submission has been recorded; please do not go back to the previous page. You may simply close this tab now, or click on the button below to go to the welcome page.</p>
<a href="index.html">Home</a>
</section>
</div>
</body>
</html>