Skip to content

Commit d92df55

Browse files
Update index.html
1 parent dcef28b commit d92df55

File tree

1 file changed

+2
-109
lines changed

1 file changed

+2
-109
lines changed

index.html

Lines changed: 2 additions & 109 deletions
Original file line numberDiff line numberDiff line change
@@ -4,116 +4,9 @@
44
<meta charset="UTF-8">
55
<meta name="viewport" content="width=device-width, initial-scale=1.0">
66
<title>exploitsroblox</title>
7-
<link rel="preconnect" href="https://fonts.googleapis.com">
8-
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
9-
<link href="https://fonts.googleapis.com/css2?family=Nunito+Sans:ital,opsz,wght@0,6..12,200..1000;1,6..12,200..1000&display=swap" rel="stylesheet">
10-
<style>
11-
12-
body {
13-
font-family: "Nunito Sans", -apple-system, BlinkMacSystemFont, sans-serif;
14-
text-align: center;
15-
margin: 0;
16-
padding: 20px;
17-
background-color: #121212;
18-
color: #e0e0e0;
19-
min-height: 100vh;
20-
display: flex;
21-
flex-direction: column;
22-
}
23-
24-
.container {
25-
max-width: 480px;
26-
margin: auto;
27-
padding: 20px;
28-
width: 100%;
29-
}
30-
31-
.profile {
32-
margin-bottom: 40px;
33-
}
34-
35-
.logo {
36-
font-size: 42px;
37-
font-weight: 700;
38-
margin-bottom: 8px;
39-
letter-spacing: -1px;
40-
}
41-
42-
.description {
43-
font-size: 15px;
44-
color: #a0a0a0;
45-
margin-bottom: 0;
46-
line-height: 1.5;
47-
}
48-
49-
.links {
50-
font-family: Roboto, Monospace;
51-
display: flex;
52-
flex-direction: column;
53-
gap: 12px;
54-
}
55-
56-
.link-button {
57-
padding: 14px;
58-
font-size: 16px;
59-
border-radius: 8px;
60-
cursor: pointer;
61-
transition: all 0.2s ease;
62-
background-color: #252525;
63-
color: #ffffff;
64-
text-decoration: none;
65-
border: 1px solid #333;
66-
font-weight: 500;
67-
}
68-
69-
.link-button:hover {
70-
background-color: #2e2e2e;
71-
transform: translateY(-2px);
72-
border-color: #444;
73-
}
74-
75-
.social-links {
76-
display: flex;
77-
justify-content: center;
78-
gap: 16px;
79-
margin-top: 30px;
80-
}
81-
82-
.social-icon {
83-
width: 24px;
84-
height: 24px;
85-
opacity: 0.7;
86-
transition: opacity 0.2s ease;
87-
}
88-
89-
.social-icon:hover {
90-
opacity: 1;
91-
}
92-
93-
footer {
94-
margin-top: 40px;
95-
font-size: 13px;
96-
color: #666;
97-
}
98-
</style>
7+
998
</head>
1009
<body>
101-
<div class="container">
102-
<div class="profile">
103-
<div class="logo">exploitsroblox</div>
104-
<p class="description">Download exploits for any platforms</p>
105-
</div>
106-
107-
<div class="links">
108-
<h2>For PC</h2>
109-
<a href="https://getswift.vip" class="link-button"> <img src="https://framerusercontent.com/images/lh1FeiWi7hdMeAKWA8hVal157SI.png" width="32"> Swift - free (click to open site)</a>
110-
<a href="https://getvelocity.live" class="link-button">Velocity - free (click to open site)</a>
111-
<h2>For Android</h2>
112-
<a href="https://deltaexploits.gg" class="link-button"><img src="https://deltaexploits.gg/assets/favicon.ico" width="32">Delta - free (click to open site)</a>
113-
<a href="https://codex.lol/" class="link-button"> <img src="https://codex.lol/static/icons/icon.svg" width="32"> Codex - free (click to open site)</a>
114-
<h2>For macOS</h2>
115-
<a href="https://www.hydrogen.lat/download" class="link-button"> <img src="https://www.hydrogen.lat/favicon.ico" width="32"> Hydrogen - free (click to open site)</a>
116-
</div>
117-
</div>
10+
<h1>3</h1>
11811
</body>
11912
</html>

0 commit comments

Comments
 (0)