-
Notifications
You must be signed in to change notification settings - Fork 297
Expand file tree
/
Copy pathindexNEW.html
More file actions
200 lines (187 loc) · 10.9 KB
/
Copy pathindexNEW.html
File metadata and controls
200 lines (187 loc) · 10.9 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
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
<!DOCTYPE html>
<html lang="en">
<head>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-HTCM48SNWJ"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() { dataLayer.push(arguments); }
gtag('js', new Date());
gtag('config', 'G-HTCM48SNWJ');
</script>
<!-- Font Awesome Pro CDN -->
<link href="https://pro.fontawesome.com/releases/v6.0.0-beta3/css/all.css" rel="stylesheet">
<!-- Custom CSS -->
<link rel="stylesheet" href="assets/css/home.css">
<link rel="stylesheet" href="assets/css/navbar.css">
<link rel="stylesheet" href="assets/css/style.css">
<!-- Favicons -->
<link rel="icon" type="image/png" href="/assets/img/icons/favicon-48x48.png" sizes="48x48" />
<link rel="icon" type="image/svg+xml" href="/assets/img/icons/favicon.svg" />
<link rel="shortcut icon" href="/assets/img/icons/favicon.ico" />
<link rel="apple-touch-icon" sizes="180x180" href="/assets/img/icons/apple-touch-icon.png" />
<meta name="apple-mobile-web-app-title" content="Hypackel Lite" />
<link rel="manifest" href="/assets/img/icons/site.webmanifest" />
<!-- Meta Tags -->
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Home | Hypackel</title>
<!-- Bootstrap CSS -->
<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
<!-- Tailwind CSS -->
<script src="https://cdn.tailwindcss.com"></script>
</head>
<body style="overflow-x: hidden;z-index: inherit !important;height: 100%; margin: 0;
padding: 0;">
<div style="width: 100vw; min-height: 100%; position: absolute; top: 0; left: 0; z-index: -1;" id="particles-js">
</div>
</div>
<div id="fixed-nav-bar" class="fixed-nav-bar">
<div class="fixed-nav-bar-container">
<a class="icon" style="word-wrap:initial" href="/">
<img alt="nav" id="HYimg" src="/app.png">
</a>
</div>
<div style="color: #fff;" class="fixed-nav-bar-right">
<a class="navbar-link" href="/library.html">
<i class="fa-solid fa-gamepad navbar-icon"></i>Games</a>
</div>
</div>
<header class="header">
<nav data-bs-theme="dark" style="display: block;" class="navbar navbar-expand-lg bg-body-tertiary">
<div data-bs-theme="dark" class="container-fluid">
<a class="navbar-brand" href="#">Hypackel</a>
<button data-bs-theme="dark" class="navbar-toggler" type="button" data-bs-toggle="collapse"
data-bs-target="#navbarNav" aria-controls="navbarNav" aria-expanded="false"
aria-label="Toggle navigation">
<span class="navbar-toggler-icon"></span>
</button>
<div class="collapse navbar-collapse" id="navbarNav">
<ul class="navbar-nav">
<li class="nav-item">
<a class="nav-link active" aria-current="page" href="/">Home</a>
</li>
<li class="nav-item">
<a class="nav-link" href="/library.html">Games</a>
</li>
</ul>
</div>
</div>
</nav>
</header>
<main style="z-index: 3 !important;color: #fff;" class="manicontent">
<br><br><br>
<br>
<br>
<style>
</style>
<div class="search-container">
<div class="container py-6">
<div class="row flex-lg-row-reverse align-items-center g-5">
<div class="col-10 mx-auto col-sm-8 col-lg-6">
<div class="browser">
<div class="browser-header">
<div class="traffic-light red"></div>
<div class="traffic-light yellow"></div>
<div class="traffic-light green"></div>
<div class="browser-controls">
<button class="browser-tab active" onclick="openTab(event, 'tab1')">Slope</button>
<button class="browser-tab" onclick="openTab(event, 'tab2')">Drive Mad</button>
<button class="browser-tab"
onclick="window.location.href='/library.html';">Games</button>
</div>
</div>
<div class="lc-block mb-3 urllinebar">
<div class="browser-controls">
<button class="browser-buttons-left"><i class="fas fa-chevron-left"></i></button>
<button class="browser-buttons-left"><i class="fas fa-chevron-right"></i></button>
<button class="browser-buttons-left"><i class="fas fa-sync-alt"></i></button>
<div class="url-bar">
<input style="min-width: 100%;" type="text" id="urlbarHomeBrowser"
value="https://hypackel.com" readonly>
</div>
<button class="browser-buttons-right"><i
class="fa-duotone fa-ellipsis-vertical"></i></button>
</div>
</div>
<div class="browser-content">
<div id="tab1" class="tab active">
<div class="yt-cover"></div>
<div class="d-block mx-lg-auto img-fluid" id="video1aloopeaear">
<!-- <div id="player1"></div> -->
<iframe oncontextmenu="return 1;"
class="d-block mx-lg-auto img-fluid iframes-tabs"
src="https://www.youtube-nocookie.com/embed/cxDngT46qKU?autoplay=1&controls=0&modestbranding=1&showinfo=0&rel=0&loop=1&mute=1&playlist=cxDngT46qKU"
frameborder="0" allowfullscreen></iframe>
</div>
</div>
<div id="tab2" class="tab">
<div id="detectVideoTwo" class="yt-cover"></div>
<div class="d-block mx-lg-auto img-fluid" id="video2aloopeaear">
<iframe class="d-block mx-lg-auto img-fluid iframes-tabs "
src="https://www.youtube-nocookie.com/embed/Qu1bh-R0m-U?autoplay=1&controls=0&modestbranding=1&showinfo=0&rel=0&loop=1&mute=1&playlist=Qu1bh-R0m-U"
allowfullscreen></iframe>
</div>
<!-- Content for Tab 2 -->
</div>
<div id="tab3" class="tab">
<div class="d-block mx-lg-auto img-fluid iframes-tabs " alt=""
id="video2aloopeaear">
<iframe class="d-block mx-lg-auto img-fluid iframes-tabs " src="/library.html"
frameborder="0"></iframe>
</div>
</div>
</div>
<script>
// JavaScript to add event listener for click on the div
document.getElementById("video1aloopeaear").addEventListener("click", function () {
document.getElementById("tab1").innerHTML = '<iframe style="width: 100vw;min-height: 50vh;" class="d-block mx-lg-auto img-fluid" src="/files/slope/game.html" frameborder="0"></iframe>';
});
// JavaScript to add event listener for click on the div
document.getElementById("video2aloopeaear").addEventListener("click", function () {
document.getElementById("tab2").innerHTML = '<iframe style="width: 100vw;min-height: 50vh;" class="d-block mx-lg-auto img-fluid" src="/files/drive-mad/game/index.html" frameborder="0"></iframe>';
});
</script>
</div>
</div>
<div class="col-lg-6">
<div class="lc-block mb-3">
<div editable="rich">
<h2 class="fw-bold display-5">Hypackel Lite</h2>
</div>
</div>
<div class="lc-block mb-3">
<div editable="rich">
<p class="lead">I've received several requests to bring Hypackel back online. Since AWS
is expensive, I'm switching to GitHub Pages. However, there's a 3GB limit, so I
won't be able to include as many games for now. Game requests are currently closed
but will reopen later.
</p>
<br>
</div>
</div>
<div class="lc-block d-grid gap-2 d-md-flex justify-content-md-start"><a
class="btn btn-primary px-4 me-md-2" href="/library.html" role="button">Games</a>
<a class="btn btn-outline-warning px-4" href="https://discord.gg/xjMnZn3R5f"
role="button">Join our
Discord</a>
</div>
<br>
<p class="messageOfDayDontRead">Message of the day or something: <br>
Idk so Have a Great Day!
</p>
</div>
</div>
</div>
</div>
</main>
<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
crossorigin="anonymous"></script>
<!-- <script src="/assetsnew/js/script.js"></script> -->
<script src="/assets/js/tabs.js"></script>
<script src="/assets/js/script.js"></script>
<script></script>
</body>
</html>