-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
40 lines (37 loc) · 1.62 KB
/
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
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="en-US">
<head>
<title>I have a gift for you!</title>
<meta charset="utf-8">
<meta name="author" content="fbarda">
<meta name="description" content="Click and see what's your virtual gift! No scam included.">
<link href="general.css" rel="stylesheet">
<link href="animation.css" rel="stylesheet">
<script src="animation.js" defer></script>
<meta name="viewport" content="device-width, initial-scale=1.0">
<link rel="icon" href="https://avatars2.githubusercontent.com/u/30421526">
<meta name="og:image" content="https://avatars2.githubusercontent.com/u/30421526">
</head>
<body>
<div class="flex verticalFlex">
<div class="flex verticalFlex">
<div id="spotlight" class="flex verticalFlex spotlight">
<div id="gift">
<iframe src="https://www.youtube.com/embed/BHhMl4a8DM0"
allow="accelerometer; clipboard-write; encrypted-media; gyroscope; picture-in-picture"
allowfullscreen></iframe>
</div>
<img id="box" src="./box.svg" alt="A box!">
<img id="hat" src="./hat.svg" alt="A box!">
</div>
<br><br>
<br><br>
<button id="openGiftButton">Open your box!</button>
<p style="color:white;font-size:1em;">See the <a href="https://github.com/Abrifq/gift-box">source
code</a>. Made by <a href="https://github.com/Abrifq">Arda
Aydın</a>
</p>
</div>
</div>
</body>
</html>