-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy paththanks.html
More file actions
20 lines (20 loc) · 1.06 KB
/
thanks.html
File metadata and controls
20 lines (20 loc) · 1.06 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Thank You!</title>
<link rel="stylesheet" href="/styles.css">
<link href="https://fonts.googleapis.com/css2?family=Work+Sans&display=swap&family=Allura" rel="stylesheet">
</head>
<body>
<div class="inner">
<h1 class="heading">Thank you for showing us love.</h1>
<h3 class="desc">The Sketchtiles team hereby bids you all a grateful adieu.</h3>
<div class="text">We appreciate all the 70+ posts that we recieved. When we were developing this platform, we never thought we would be able to reach so many posts in such a short amount of time. We are and will forever be thankful.</div>
<div class="add">Also, do not fret, for we have saved all your posts in case we might make a grand return sometime in the future (*wink*).</div>
<h3 class="end">That's all folks.</h3>
<div class="footer">- Signed with 💕 by Shrutanten, Arijit and Shubham.</div>
</div>
</body>
</html>