-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
32 lines (29 loc) · 991 Bytes
/
index.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
---
---
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Thanks</title>
<meta name="theme-color" content="#222" />
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1" />
<link rel="stylesheet" href="//cdn.jsdelivr.net/npm/hack-font@3/build/web/hack.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/4.0.0/animate.min.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/styles/style.css">
</head>
<body>
<div class="outer">
<div class="middle">
<div class="thanks-container">
<div class="thanks animate__animated animate__fadeInUp">
<p class="for">Thank you for spending time here.</p>
<p class="to-whom">
<span class="to">You</span> (<span class="who">Special Guest</span>)
</p>
</div>
</div>
</div>
</div>
<script src="{{ site.baseurl }}/assets/scripts/script.js"></script>
</body>
</html>