Redo File Paths
@ -1,5 +1,5 @@
|
||||
<p align="center">
|
||||
<img src="https://raw.githubusercontent.com/PlanckNetwork/Void/main/actuallogo.png" alt="Void Logo" width="200"/>
|
||||
<img src="https://raw.githubusercontent.com/PlanckNetwork/Void/main/images/actuallogo.png" alt="Void Logo" width="200"/>
|
||||
</p>
|
||||
|
||||
<h1 align="center">Void</h1>
|
||||
|
53
clock.html
@ -1,53 +0,0 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/>
|
||||
<title> Digital Clock</title>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;600&display=swap" rel="stylesheet">
|
||||
<style>
|
||||
body {
|
||||
margin: 0;
|
||||
height: 100vh;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
background-color: rgba(30, 30, 30, 0.7);
|
||||
font-family: 'Inter', sans-serif;
|
||||
}
|
||||
|
||||
.clock {
|
||||
background: rgba(30, 30, 30, 0.7);
|
||||
color: white;
|
||||
font-size: 4rem;
|
||||
padding: 30px 60px;
|
||||
border-radius: 20px;
|
||||
box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
|
||||
font-weight: 600;
|
||||
letter-spacing: 1px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="clock" id="clock">Loading...</div>
|
||||
|
||||
<script>
|
||||
function updateClock() {
|
||||
const now = new Date();
|
||||
|
||||
const utc = now.getTime() + (now.getTimezoneOffset() * 60000);
|
||||
const estOffset = -5;
|
||||
const est = new Date(utc + (3600000 * estOffset));
|
||||
|
||||
const hours = String(est.getHours()).padStart(2, '0');
|
||||
const minutes = String(est.getMinutes()).padStart(2, '0');
|
||||
const seconds = String(est.getSeconds()).padStart(2, '0');
|
||||
|
||||
document.getElementById('clock').textContent = `${hours}:${minutes}:${seconds}`;
|
||||
}
|
||||
|
||||
updateClock();
|
||||
setInterval(updateClock, 1000);
|
||||
</script>
|
||||
</body>
|
||||
</html>
|
@ -4,10 +4,9 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<title>InfiniteCamp</title>
|
||||
<link rel="stylesheet" href="/styles.css" />
|
||||
<link rel="stylesheet" href="exploit.css" />
|
||||
<script src="exploits.js" defer></script>
|
||||
<title>void</title>
|
||||
<link rel="stylesheet" href="./exploit.css" />
|
||||
<script src="./exploits.js" defer></script>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
@ -38,6 +37,6 @@
|
||||
</div>
|
||||
</body>
|
||||
|
||||
<script src="/global.js" defer></script>
|
||||
<script src="/js/global.js" defer></script>
|
||||
|
||||
</html>
|
@ -7,11 +7,11 @@
|
||||
|
||||
<!-- Styles -->
|
||||
<link rel="stylesheet" href="./styles.css" />
|
||||
<link rel="stylesheet" href="game.css" />
|
||||
<link rel="stylesheet" href="./game.css" />
|
||||
|
||||
<!-- Scripts -->
|
||||
<script src="/gameloader.js" defer></script>
|
||||
<script src="/global.js" defer></script>
|
||||
<script src="/js/gameloader.js" defer></script>
|
||||
<script src="/js/global.js" defer></script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="container">
|
@ -11,7 +11,7 @@
|
||||
<body>
|
||||
<div class="main">
|
||||
<div class="title-text">void.</div>
|
||||
<a href="/games/" class="explore-btn">Explore the Void</a>
|
||||
<a href="/content/games/" class="explore-btn">Explore the Void</a>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
@ -3,7 +3,7 @@
|
||||
<head>
|
||||
<meta charset="UTF-8" />
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
||||
<title>InfiniteCamp</title>
|
||||
<title>void</title>
|
||||
<link rel="stylesheet" href="styles.css?v=6" />
|
||||
<script src="script.js?v=6"></script>
|
||||
</head>
|
Before Width: | Height: | Size: 555 KiB After Width: | Height: | Size: 555 KiB |
Before Width: | Height: | Size: 265 KiB After Width: | Height: | Size: 265 KiB |
Before Width: | Height: | Size: 228 KiB After Width: | Height: | Size: 228 KiB |
Before Width: | Height: | Size: 127 KiB After Width: | Height: | Size: 127 KiB |
Before Width: | Height: | Size: 3.9 MiB After Width: | Height: | Size: 3.9 MiB |
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 152 KiB After Width: | Height: | Size: 152 KiB |
Before Width: | Height: | Size: 1.3 MiB After Width: | Height: | Size: 1.3 MiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 512 KiB After Width: | Height: | Size: 512 KiB |
Before Width: | Height: | Size: 4.0 MiB After Width: | Height: | Size: 4.0 MiB |
Before Width: | Height: | Size: 2.7 MiB After Width: | Height: | Size: 2.7 MiB |
Before Width: | Height: | Size: 2.2 MiB After Width: | Height: | Size: 2.2 MiB |
Before Width: | Height: | Size: 336 KiB After Width: | Height: | Size: 336 KiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 1.5 MiB After Width: | Height: | Size: 1.5 MiB |
Before Width: | Height: | Size: 12 MiB After Width: | Height: | Size: 12 MiB |
Before Width: | Height: | Size: 130 KiB After Width: | Height: | Size: 130 KiB |
Before Width: | Height: | Size: 149 KiB After Width: | Height: | Size: 149 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |
Before Width: | Height: | Size: 1.2 KiB After Width: | Height: | Size: 1.2 KiB |