-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
58 lines (45 loc) · 1.82 KB
/
index.html
File metadata and controls
58 lines (45 loc) · 1.82 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
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">
<title>0,-,0</title>
<link rel="stylesheet" href="style.css">
<link rel="icon" type="image/x-icon" href=favicon.ico>
</head>
<body>
<div class="container">
<header>
<h1 id="main-title">minion(rock)</h1>
</header>
<nav>
<a href="/songs" class="link-item">songs</a>
<a href="/videos" class="link-item">videos</a>
<a href="/photos" class="link-item">photos</a>
<a href="/toolkit" class="link-item">toolkit</a>
</nav>
<a href="https://www.traktrain.com/rock">beatzzz</a>
<a href="https://www.soundcloud.com/longwert">soundcloud</a>
<a href="https://steamcommunity.com/id/longwert/">steam</a>
<a href=" https://namemc.com/profile/longwert.1">namemc</a>
<a href="https://www.roblox.com/users/95374350/profile">roblox</a>
<a href="https://osu.ppy.sh/users/18153504">osuuuuu</a>
<a href="https://www.rhythia.com/player/194862">rhythia</a>
</div>
<script>
document.addEventListener('scroll', () => {
const scrollPosition = window.scrollY;
document.body.style.backgroundPositionY = `${-scrollPosition}px`;
});
const title = document.getElementById('main-title');
title.addEventListener('click', () => {
alert('scroll the fuck down bruh'); /*click and it says stuf u can edit this or comemtn it out if u wanmt*/
});
</script>
<div class="container">
<h2><p>fuck you down here for?</p></h2>
<a href="https://rxbsdk.org/">special thanx
</a>
</div>
</body>
</html>