-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
28 lines (25 loc) · 1.03 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Welcome</title>
<link rel="stylesheet" href="welcomePage.css">
</head>
<body>
<div class="container">
<div id="text-container">
<h1 id="delayed-text" class="fade-in-text">Are You Ready For The Truth?</h1>
</div>
<img id="delayed-image" src="https://i.ibb.co/V26pW2C/Cybe-rain.webp" alt="Cyber rain cloud image" class="responsive-image">
<div class="choice-container">
<a href="newPrivacyPage.html" class="pill-link red-pill">Take the Red Pill</a>
<a href="bliss.html" class="pill-link blue-pill">Take the Blue Pill</a>
</div>
<!-- Wrap the pill image inside its own container -->
<div class="pill-image-container">
<img src="https://i.ibb.co/FkrhqKT/red-Blue-P-removebg-preview.png" alt="Red and Blue Pills" class="pill-image">
</div>
</div>
</body>
</html>