Skip to content

Commit 32f98a2

Browse files
Fixed the header on '404' and 'uhhh...' and added a shitty easter egg (911 WA- [REDACTED])
1 parent 21eff4f commit 32f98a2

File tree

3 files changed

+44
-0
lines changed

3 files changed

+44
-0
lines changed

404.html

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<div class="navbar-right">
2323
<a href="index.html">Home</a>
2424
<a href="hell.html">uhhh...</a>
25+
<a href="https://github.com/cloudripper-tech">geethoob</a>
2526
</div>
2627
</nav>
2728

911-was-an-inside-job.html

+42
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,42 @@
1+
<!DOCTYPE html>
2+
<html lang="en">
3+
4+
<head>
5+
<meta charset="UTF-8">
6+
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta property="og:title" content="Cloud's bullshit">
8+
<meta property="og:description" content="A Mess of a webshite">
9+
<meta property="og:image" content="img_logo.png">
10+
<meta property="og:url" content="https://starixproject.lol">
11+
<link rel="preconnect" href="https://fonts.googleapis.com">
12+
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
13+
<link rel="icon" type="image/x-icon" href="img-logo.png">
14+
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
15+
<link href="styles.css" rel="stylesheet">
16+
<title>Cloud's Bullshit</title>
17+
</head>
18+
19+
<body>
20+
<nav class="navbar">
21+
<img src="img_logo.png" alt="my dumbass pfp" class="logo">
22+
<div class="navbar-right">
23+
<a href="index.html">Home</a>
24+
<a href="hell.html">uhhh...</a>
25+
<a href="https://github.com/cloudripper-tech">geethoob</a>
26+
</div>
27+
</nav>
28+
29+
<div class="container">
30+
<div class="content">
31+
<h2>You found the elucid '9/11 was an inside job' page</h2>
32+
<p>Now get ready to experience 9/11 again</p>
33+
<small>My lawyer has advised me not to add videos of 9/11</small>
34+
</div>
35+
</div>
36+
37+
<footer>
38+
<p>Design made by https://github.com/axeltechtips</p>
39+
</footer>
40+
</body>
41+
42+
</html>

hell.html

+1
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
<div class="navbar-right">
2323
<a href="index.html">Home</a>
2424
<a href="hell.html">uhhh...</a>
25+
<a href="https://github.com/cloudripper-tech">geethoob</a>
2526
</div>
2627
</nav>
2728

0 commit comments

Comments
 (0)