mirror of
https://github.com/JASSNetwork/Void
synced 2025-06-05 18:41:59 -09:00
87 lines
2.8 KiB
HTML
87 lines
2.8 KiB
HTML
<!DOCTYPE html>
|
||
<html lang="en">
|
||
<head>
|
||
<meta charset="UTF-8" />
|
||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||
<title>Google</title>
|
||
<meta name="description" content="Your all-in-one web MC & g4m3 solution. Fully equipped with 50+ g4m3s and multiple Web Minecraft clients.">
|
||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.0.0-beta3/css/all.min.css" />
|
||
<link rel="stylesheet" href="css/styles.css?v=3" />
|
||
<link rel="stylesheet" href="css/announcement.css?v=3" />
|
||
<link rel="stylesheet" href="css/background-fix.css?v=3" />
|
||
<link rel="icon" type="image/png" href="images/logo.png">
|
||
</head>
|
||
|
||
<body>
|
||
<div class="void-background"></div>
|
||
|
||
<div class="popup-announcement" id="announcementPopup">
|
||
<span class="close-btn" onclick="document.getElementById('announcementPopup').style.display='none'">×</span>
|
||
<h1>void.</h1>
|
||
<p>
|
||
Welcome to Void!
|
||
Navigate the site
|
||
with the right tabbar, and enjoy minecraft and more!
|
||
This is still in beta, so go ahead and join the discord for support
|
||
and suggestions! Also, we are testing our minecraft server. Join in
|
||
Minecraft 1.12!
|
||
Regards,
|
||
void Development team.
|
||
</p>
|
||
<button class="explore-btn" onclick="closeAnnouncement()">Explore.</button>
|
||
</div>
|
||
|
||
<aside class="sidebar">
|
||
<ul class="nav-list">
|
||
<li class="active" data-page="home">
|
||
<i class="fas fa-home"></i>
|
||
<span class="tooltip">Home</span>
|
||
</li>
|
||
<li data-page="minecraft">
|
||
<i class="fas fa-cube"></i>
|
||
<span class="tooltip">Minecraft</span>
|
||
</li>
|
||
<li data-page="games">
|
||
<i class="fas fa-gamepad"></i>
|
||
<span class="tooltip">Games</span>
|
||
</li>
|
||
<li data-page="smashkarts" onclick="openSmash()">
|
||
<i class="fas fa-car"></i>
|
||
<span class="tooltip">SmashKarts</span>
|
||
</li>
|
||
</ul>
|
||
<ul class="bottom-list">
|
||
<li data-page="settings">
|
||
<i class="fas fa-cog"></i>
|
||
<span class="tooltip">Settings</span>
|
||
</li>
|
||
</ul>
|
||
</aside>
|
||
|
||
<div class="content-wrapper">
|
||
<div class="tabs">
|
||
<div class="tab active" data-page="home">
|
||
<i class="fas fa-home"></i>
|
||
Home
|
||
<span class="close-btn">×</span>
|
||
</div>
|
||
<div class="new-tab-btn">
|
||
<i class="fas fa-plus"></i>
|
||
</div>
|
||
</div>
|
||
|
||
<div class="container">
|
||
<main class="main">
|
||
<button class="fullscreen-toggle" onclick="toggleMainFullscreen()">⛶</button>
|
||
<div id="smashKartsTabContent" class="tab-content" style="display: none;">
|
||
</div>
|
||
</main>
|
||
</div>
|
||
</div>
|
||
|
||
<script src="js/script.js?v=2"></script>
|
||
<script src="js/announcement.js?v=2"></script>
|
||
<script src="js/smashkarts.js"></script>
|
||
</body>
|
||
</html>
|