-
Notifications
You must be signed in to change notification settings - Fork 67
Expand file tree
/
Copy pathroblox.html
More file actions
93 lines (83 loc) · 4.71 KB
/
roblox.html
File metadata and controls
93 lines (83 loc) · 4.71 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>voxlis - BETA</title>
<link rel="icon" href="/public/assets/icons/images/taskbar.ico" type="image/x-icon">
<link rel="shortcut icon" href="/public/assets/icons/images/taskbar.ico" type="image/x-icon">
<meta property="og:title" content="voxlis.NET">
<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://media.discordapp.net/attachments/1467157694681972778/1491035484640641064/content.png?ex=69d63a81&is=69d4e901&hm=62d9dda5bbe1c49fe020d582443ae333fd5faf0df553ee8e603d07776e5fb638&=&format=webp&quality=lossless&width=1376&height=917">
<meta property="og:image:width" content="1920">
<meta property="og:image:height" content="1080">
<link rel="preconnect" href="https://fonts.googleapis.com">
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
<link rel="stylesheet" href="https://fonts.googleapis.com/css2?family=Baloo+2:wght@500;600;700&family=DynaPuff:wght@500;600;700&family=Open+Sans:wght@600;700&display=swap">
<link rel="stylesheet" href="/global.css">
<link rel="stylesheet" href="/src/components/global/navbar/navbar.css">
<link rel="stylesheet" href="/src/components/modals/filter/filter.css">
<link rel="stylesheet" href="/src/components/global/layout/layout.css">
<link rel="stylesheet" href="/src/components/objects/promo/promo.css">
<link rel="stylesheet" href="/src/components/objects/featured/featured.css">
<link rel="stylesheet" href="/src/components/modals/more-info-modal/more-info-modal.css">
<link rel="stylesheet" href="/src/components/modals/sunc-modal/sunc-modal.css">
<link rel="stylesheet" href="/src/components/objects/cards/cards.css">
<link rel="stylesheet" href="/src/components/modals/themes/themes.css">
<link rel="stylesheet" href="/src/components/global/footer/footer.css">
<link rel="stylesheet" href="/src/components/modals/notification/site-toast.css">
<link rel="stylesheet" href="/src/components/global/loading/loading.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.5.1/css/all.min.css">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/styles/atom-one-dark.min.css">
</head>
<body data-catalog-page="roblox">
<div id="loading-screen" aria-label="Loading">
<img class="loading-gif" src="/public/assets/misc/loading.gif" alt="Loading…" draggable="false">
<div class="loading-actions">
<button class="loading-skip-btn" type="button">Skip Loading </button>
</div>
</div>
<div id="navbarMount"></div>
<div id="filterMount"></div>
<main class="cntr main-lyt">
<aside class="layout-left" aria-label="Left featured ads">
<div id="featuredMountLeft"></div>
<div id="featuredMountLeftSecondary"></div>
</aside>
<section class="layout-center">
<div id="promoMount"></div>
<div id="cardsMount"></div>
</section>
<aside class="layout-right" aria-label="Featured ads">
<div id="featuredMount"></div>
<div id="featuredMountSecondary"></div>
</aside>
</main>
<div id="themesMount"></div>
<div id="footerMount"></div>
<script src="/src/config/pages/global.js"></script>
<script src="/src/config/pages/roblox.js"></script>
<script src="/src/config/pages/cs2.js"></script>
<script src="/src/config/global/logic.js"></script>
<script src="/src/config/global/themes.js"></script>
<script src="/src/themes/themes.js"></script>
<script src="/src/components/global/navbar/navbar.js"></script>
<script src="/src/components/modals/filter/filter.js"></script>
<script src="/src/components/objects/featured/featured.js"></script>
<script src="/src/components/objects/promo/promo.js"></script>
<script src="https://cdn.jsdelivr.net/npm/marked/marked.min.js"></script>
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.7.0/highlight.min.js"></script>
<script src="/src/components/modals/more-info-modal/more-info-modal.js"></script>
<script src="/src/components/modals/warning-modal/warning-modal.js"></script>
<script src="/src/components/modals/sunc-modal/sunc-modal.js"></script>
<script src="/src/components/global/tracking/click-tracker.js"></script>
<script src="/src/components/objects/cards/cards-catalog.js"></script>
<script src="/src/components/modals/themes/themes.js"></script>
<script src="/src/components/global/footer/footer.js"></script>
<script src="/src/components/modals/notification/site-toast.js"></script>
<script src="/src/main.js"></script>
<script src="/src/components/global/loading/loading.js"></script>
</body>
</html>