-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.html
More file actions
44 lines (36 loc) · 1.16 KB
/
index.html
File metadata and controls
44 lines (36 loc) · 1.16 KB
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
42
43
44
<!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">
<title>HTML</title>
<!-- HTML -->
<!-- Custom Styles -->
<link rel="stylesheet" href="style.css">
<style>
@import url('https://fonts.googleapis.com/css2?family=Bricolage+Grotesque:opsz,wght@12..96,200..800&display=swap');
</style>
</head>
<body>
<div id="overlay"></div>
<div class="gif-panel">
<img id="gif" src="../static/catchef.png" />
</div>
<div class="questions outline bricolage-grotesque-piku">
<h1 id="headline"><strong></strong>Hey babe, I made a little surprise for you you are not allowed to skip ittttt</strong></h1>
<button class="hidden" id="tryagain">try again</button>
<div class="button-container">
<div class="buttons">
<button id="yes">yas 👀</button>
<br>
<button onclick="window.location.href='https://tlk.io/aylinlisa2026'">Talk to me
</button>
<br>
<button id="no">i'll skip 😒</button>
</div>
</div>
</div>
<script src="main.js"></script>
</body>
</html>