-
Notifications
You must be signed in to change notification settings - Fork 20
/
Copy pathsub.html
37 lines (37 loc) · 1.85 KB
/
sub.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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Queezeeee</title>
<link rel="stylesheet" href="styles.css">
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Comfortaa&display=swap">
</head>
<body>
<div class="quiz-container">
<div class="start-page" id="start-page">
<h1>A curious one, aren't you?</h1>
<!--p> Thanks for stopping by! I hope you enjoy the quiz.</p-->
<p> Easter egg hunters...here's the hint, Find my persona!!</p>
<!--p> Find out about other personas on my instagram linked below!</p-->
<div class="container">
<img src="images/all.png" alt="Your Image" class="top-image2">
<a href="Old/">
<button class="invisible-button"></button>
</a>
</div>
<a href="https://www.instagram.com/izonfalzo/" target="_blank" rel="noopener noreferrer"><button class="do-not-press-button">Follow Me</button></a>
<a href="index.html" target="_blank" rel="noopener noreferrer"><button class="do-not-press-button">Go Back!!!!</button></a>
<br>
<br>
<div class="hover-container">
<span class="hover-text">Acknowledgement</span>
<span class="tooltip">Thanks to my family for being my number one fans,
my sister for tons of support, they really are amazing.
My friends who I forced to play this quiz.
That person who asked my MBTI last year and led me to making this six months long project.
The cat that ignores me but totally makes my day.
You guys for playing this quiz <3.</span>
</div>
</div>
</body>