forked from localscripts/voxlis.NET
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
160 lines (132 loc) · 6.27 KB
/
index.html
File metadata and controls
160 lines (132 loc) · 6.27 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
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Character Encoding -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>voxlis.NET | Ready to inject?</title>
<!-- Favicon -->
<link rel="shortcut icon" href="./assets/globe.ico" type="image/x-icon">
<!-- Font Links -->
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,799;1,799&display=swap" rel="stylesheet">
<!-- CSS Styles -->
<link rel="stylesheet" href="./styles.css">
<!-- Meta Tags -->
<meta name="title" content="voxlis.NET | Ready to inject?">
<meta name="description" content="voxlis.NET - The go-to source for injectors: everything you will need, all in one place.">
<!-- Open Graph Meta Tags -->
<meta property="og:title" content="voxlis.NET | Ready to inject?">
<meta property="og:description" content="voxlis.NET - The go-to source for injectors: everything you will need, all in one place.">
<meta property="og:type" content="website">
<meta property="og:url" content="https://voxlis.net">
<meta property="og:image" content="https://voxlis.net/assets/banner-embed.png">
<meta property="og:image:width" content="1920">
<meta property="og:image:height" content="1080">
<!-- Twitter Card Meta Tags -->
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:title" content="voxlis.NET | Ready to inject?">
<meta name="twitter:description" content="voxlis.NET - The go-to source for injectors: everything you will need, all in one place.">
<meta name="twitter:image" content="https://voxlis.net/assets/banner-embed.png">
<!-- Theme Color -->
<meta name="theme-color" content="#B32624">
<!-- Scripts -->
<script defer src="scripts/index.js"></script>
<script defer src="scripts/universal.js"></script>
<script defer src="scripts/search.js"></script>
<script defer src="scripts/themes.js" type="module"></script>
<script defer>
// Show the notification popup when the page loads
window.onload = function() {
document.getElementById('popup-notification').style.visibility = 'visible';
document.getElementById('popup-notification').style.opacity = '1';
};
async function checkFiles() {
try {
let jsonResponse = await fetch("scripts/index.json");
let jsResponse = await fetch("scripts/index.js");
if (!jsonResponse.ok && !jsResponse.ok) {
let errorDiv = document.createElement("div");
errorDiv.className = "index-errorload";
errorDiv.innerHTML = `<p>Your browser encountered an error. Press <strong>Ctrl + R</strong> or refresh the page to try again.</p>`;
document.body.appendChild(errorDiv);
}
} catch (error) {
console.log("Failed to fetch files.");
}
}
checkFiles();
</script>
</head>
<body>
<canvas id="particle-container" style="z-index: 0;"></canvas>
<nav>
<div id="nav-container">
<p id="brand">www.<span id="brand-highlight">voxlis</span>.NET</p>
<div class="search-container">
<input type="text" id="search-input" placeholder="Search by key words...">
</div>
<div id="nav-items">
<button type="button" aria-label="Mobile menu" id="menu-icon" class="unselectable"><img class="unselectable" src="assets/menu.svg" alt="" width="30" height="30"></button>
<ul id="menu-list" class="unselectable">
<li><a class="unselectable" href="/">Home</a></li>
<li><a class="unselectable" href="/discord">Discord</a></li>
<li><a class="unselectable" href="https://github.com/localscripts/localscripts.github.io">Contribute</a></li>
</ul>
</div>
</div>
</nav>
<!-- Popup Notification -->
<div id="popup-notification">
<div class="popup-content">
<h2>
<a href="https://bloxgame.com/a/free" class="glow-red" target="_blank" style="text-decoration: none;">
🔥 Check out BloxGame! 🔥
</a>
</h2>
<p>
<a href="https://bloxgame.com/a/free" target="_blank" style="text-decoration: none;">
💵 Coupon code "FREE" to start! 💵
</a>
</p>
<a href="https://bloxgame.com/a/free" target="_blank">
<img src="/assets/bloxgame-banner.jpg" alt="BloxGame/free" class="popup-image">
</a>
<button onclick="document.getElementById('popup-notification').style.visibility = 'hidden'; document.getElementById('popup-notification').style.opacity = '0';">Close</button>
</div>
</div>
<main>
<div id="notification">
<h2>
<span class="glow-red">Installing exploits on Android & PC</span>
</h2>
<p>
<div class="notification-link">
➡️ <a href="https://www.youtube.com/watch?v=DGnTBDN2p_A" target="_blank" rel="noopener noreferrer">Click here to watch the YouTube tutorial!</a>
</div>
</p>
</div>
</main>
<div>
<div id="cards-wrapper">
<div id="cards-align">
<!-- Cards are populated here -->
</div>
</div>
</div>
<footer>
<div>
<p>© 2025 voxlis.NET. All rights reserved.</p>
<p>Optimized by <a href="https://waza80.com">waza80</a></p>
<p style="font-family: monospace;">Theme Selector by <a href="https://github.com/sk337">sk337</a> <3 </p>
<p>
<a class="footer-link" href="https://github.com/localscripts/localscripts.github.io/blob/main/scripts/index.json" target="_blank">Contribute</a> •
<a class="footer-link" href="/discord" target="_blank">Discord</a>
</p>
</div>
</footer>
</body>
</html>