-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy paththankyou.html
41 lines (39 loc) · 1.36 KB
/
thankyou.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
30
31
32
33
34
35
36
37
38
39
40
41
<!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" />
<link rel="stylesheet" href="./thankyou.css" />
<link rel="icon" href="./images/logo.png" type="image/x-icon" />
<title>ThankYou!!</title>
</head>
<body>
<div class="thankyou">
<div class="smaller">
<svg
version="1.1"
id="Layer_1"
xmlns="http://www.w3.org/2000/svg"
xmlns:xlink="http://www.w3.org/1999/xlink"
x="0px"
y="0px"
viewBox="0 0 60 60"
style="enable-background: new 0 0 60 60"
xml:space="preserve"
>
<path
class="check"
d="M40.61,23.03L26.67,36.97L13.495,23.788c-1.146-1.147-1.359-2.936-0.504-4.314
c3.894-6.28,11.169-10.243,19.283-9.348c9.258,1.021,16.694,8.542,17.622,17.81c1.232,12.295-8.683,22.607-20.849,22.042
c-9.9-0.46-18.128-8.344-18.972-18.218c-0.292-3.416,0.276-6.673,1.51-9.578"
/>
</svg>
</div>
<h2 style="text-align: center; font-weight: 500">Thank You!</h2>
<p style="text-align: center">
Back to <a href="https://adarshjena.in">Website</a>
</p>
</div>
</body>
</html>