-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththank-you.html
29 lines (25 loc) · 1008 Bytes
/
thank-you.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
26
27
28
29
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta http-equiv="X-UA-Compatible" content="ie=edge" />
<link rel="preconnect" href="https://fonts.gstatic.com" />
<link
href="https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap"
rel="stylesheet"
/>
<script src="./assets/icons/fontAwesome.js"></script>
<link rel="stylesheet" href="./css/style.css" />
<title>Thank You | Modern Form</title>
</head>
<body>
<main class="thank-you">
<div class="thank-you__container">
<h1 class="thank-you__title parallax" data-depth="25">Thank You!</h1>
<p class="thank-you__text parallax" data-depth="15">Your response has been recorded</p>
</div>
</main>
<script src="./js/thankYou.js"></script>
</body>
</html>