-
Notifications
You must be signed in to change notification settings - Fork 52
/
index.html
65 lines (61 loc) · 2.15 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
59
60
61
62
63
64
65
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Chromebook Utility Hub</title>
<link rel="stylesheet" href="css/style.css">
<link rel="icon" href="images/cloak.png">
<script src="https://cdn.jsdelivr.net/particles.js/2.0.0/particles.min.js" defer></script>
<script src="particles.js" defer></script>
</head>
<body>
<!-- Particle Background -->
<div id="particles-js"></div>
<!-- Main Content Wrapper -->
<div class="content-wrapper">
<!-- Header Section -->
<header>
<h1>Chromebook Utility Hub</h1>
<h2>Your Ultimate Resource Collection</h2>
</header>
<!-- Resource Section -->
<section class="resources">
<h3>Explore</h3>
<ul>
<li>
<a href="exploits.html" class="link">Tons of Exploits</a>
</li>
<li>
<a href="games.html" class="link">Games (Roblox, Minecraft)</a>
</li>
<li>
<a href="tutorials.html" class="link">Proxy Tutorials</a>
</li>
<li>
<a href="credits.html" class="link">Credits</a>
</li>
</ul>
</section>
<!-- Buttons Section -->
<div class="buttons">
<a href="https://github.com/S-PScripts/chromebook-utilities/archive/refs/heads/main.zip" class="button">
Download Repo
</a>
<a href="https://github.com/S-PScripts/chromebook-utilities" class="button">
View Source Code
</a>
</div>
</div>
<!-- Footer Section -->
<footer>
<p>
Made with ❤️ by
<a href="https://github.com/S-PScripts" target="_blank" rel="noopener noreferrer" class="homepage-link">
S-PScripts
</a> and
<a href="https://github.com/Bxqrn" target="_blank" rel="noopener noreferrer" class="homepage-link">
Burnout
</a>
</p>
</footer>