-
Notifications
You must be signed in to change notification settings - Fork 47
/
Copy pathcs2.html
118 lines (102 loc) · 5.2 KB
/
cs2.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
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
<!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="#CB1D03">
<!-- Scripts -->
<script defer src="scripts/cs2.js"></script>
<script defer src="scripts/universal.js"></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';
};
</script>
</head>
<body>
<canvas id="particle-container"></canvas>
<nav>
<div id="nav-container">
<p id="brand">www.<span id="brand-highlight">voxlis</span>.NET</p>
<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/blob/main/scripts/index.json">Contribute</a></li>
</ul>
</div>
</div>
</nav>
<!-- Popup Notification -->
<div id="popup-notification">
<div class="popup-content">
<h2><span class="glow-red">💸 1,000R$ For Only 2$! 💸</span></h2>
<p>🎰 Check out <a href="https://bloxflip.com/a/intel" class="popup-link">BloxFlip</a> & <a href="https://blox.game/free" class="popup-link">BloxGame</a>!</p>
<button onclick="document.getElementById('popup-notification').style.visibility = 'hidden'; document.getElementById('popup-notification').style.opacity = '0';">idc cuh!</button>
</div>
</div>
<main>
<div id="notification">
<h2>
<span class="glow-red">How to install exploits</span> -
<a href="https://www.youtube.com/watch?v=E28mo6mn3HU" class="glow-link" target="_blank" rel="noopener noreferrer">Android</a> -
<a href="https://youtu.be/PRJJYT0l7IE" class="glow-link" target="_blank" rel="noopener noreferrer">PC</a>
</h2>
<p>
<div class="notification-link">
➡️ Check the YouTube videos by clicking on them!
</div>
</p>
</div>
</main>
<div>
<div id="cards-wrapper">
<div id="cards-align">
<!-- Cards are populated here -->
</div>
</div>
</div>
<footer>
<div>
<p>© 2024 voxlis.NET. All rights reserved.</p>
<p>Optimized by <a href="https://waza80.com">waza80</a></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>