-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paththanks.html
24 lines (21 loc) · 836 Bytes
/
thanks.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="shortcut icon" href="./svg/Group 11.png" type="image/x-icon">
<link rel="stylesheet" href="./styles/thanks.css">
<link href="https://fonts.googleapis.com/css2?family=Poppins&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap" rel="stylesheet">
<title>Thank you</title>
</head>
<body class="thanks-bg">
<div class="mid">
<h1>Thank you for contacting us</h1>
<button><a href="./home.html" _blank>Go Back</a></button>
</div>
<div class="thanks-svg">
<img src="./svg/undraw_chasing_love_3v98.svg" alt="thanks" width="594" height="450">
</div>
</body>
</html>