forked from axeltechtips/axelsradio
-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
58 lines (53 loc) · 2.39 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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta property="og:title" content="Cloud's bullshit">
<meta property="og:description" content="A Mess of a webshite">
<meta property="og:image" content="img_logo.png">
<meta property="og:url" content="https://starixproject.lol">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="icon" type="image/x-icon" href="img_logo.png">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans&display=swap" rel="stylesheet">
<link href="styles.css" rel="stylesheet">
<title>Cloud's Bullshit</title>
</head>
<body>
<nav class="navbar">
<img src="img_logo.png" alt="my dumbass pfp" class="logo">
<div class="navbar-right">
<a href="index.html">Home</a>
<a href="hell.html">uhhh...</a>
<a href="https://github.com/cloudripper-tech">geethoob</a>
</div>
</nav>
<div class="container">
<div class="content">
<h2>Welcome to this unholy mess of a webshite</h2>
<p>WTF is this?</p>
<p>ehhh... idfk</p>
<p>Key features of my shitty website:</p>
<ul>
<li>Clearly stolen design</li>
<li>Minimal edits (I'm basically a noob sooo)</li>
<li>Non user-friendly design</li>
<li>Eye Cancer built-in!</li>
</ul>
<h3>Here is some of my shit!</h3>
<a class="uni-button" href="https://discord.gg/85Tj9aj2xr">Discrod</a>
<a class="uni-button" href="https://spacehey.com/cloudrippertech">Speshei</a>
<a class="uni-button" href="https://www.youtube.com/@cloudrippertech">Yutub</a>
<a class="uni-button" href="https://bsky.app/profile/google-glazer.bsky.social">Bluskai</a>
<a class="uni-button" href="https://www.twitch.tv/voidpacket">Twitc</a>
<a class="uni-button" href="https://www.bitview.net/user/voidpacket">Bitviu</a>
<a class="uni-button" href="https://blips.club/VoidFromTwitch">Blps</a>
<h4>Uhhh idfk what else to put so yea...</h4>
</div>
</div>
<footer>
<p>Site base made by https://github.com/axeltechtips</p>
</footer>
</body>
</html>