Skip to content

Commit 67d05ba

Browse files
author
Haniel Mikhaiel
committed
Space-Time
1 parent 9e545da commit 67d05ba

52 files changed

Lines changed: 1517 additions & 729 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

404.html

Lines changed: 30 additions & 41 deletions
Original file line numberDiff line numberDiff line change
@@ -2,11 +2,10 @@
22
<html lang="en-US">
33
<head>
44
<meta charset="utf-8" />
5-
<title>Spotech</title>
6-
<link rel="icon" type="image/png" href="./assets/favicon.png">
7-
<link rel = "stylesheet" type = "text/css" href="./style.css">
8-
<link rel = "stylesheet" type = "text/css" href="./waves.css">
9-
<link rel="stylesheet" type="text/css" href="./navbar.css">
5+
<title>404 Error | Spotech.dev</title>
6+
<link rel="icon" type="image/png" href="/assets/favicon.png">
7+
<link rel="stylesheet" type="text/css" href="/style.css">
8+
<link rel="stylesheet" type="text/css" href="/navbar.css">
109
<link href="https://cdn.jsdelivr.net/npm/remixicon@2.5.0/fonts/remixicon.css" rel="stylesheet">
1110
<link rel="preconnect" href="https://fonts.googleapis.com">
1211
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
@@ -16,48 +15,38 @@
1615
</head>
1716
<script>
1817
$(function () {
19-
$("#navbar").load("navbar.html");
18+
$("#navbar").load("/navbar.html");
2019
});
2120
</script>
2221
<body>
23-
<div id="stuff" style="top: 70px;">
24-
<section class="infobox" style="width:100vw; justify-content: center;">
25-
<div style="display: flex; flex-direction: column;">
26-
<center>
27-
<h1 style="font-size: 75px;">404</h1>
28-
<h1 style="font-size: 75px;">ERROR</h1>
29-
<p style="font-size: 30px;">I think you broke something...try another page before you break everyting!</p>
30-
<p>You can't pick another page to be at?!? It's not that hard...</p>
31-
<p>Please leave, it's too dangerous to stay here...</p>
32-
<p>Fine, go to the <a href="./index.html"><strong>HOME</strong></a> page</p>
33-
<p>Why are you still here? I literaly told you where to go</p>
34-
<p>What you don't like my home page? Ok, <a id="RickLINK" href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" target="_blank"><strong>THIS</strong></a> is a cooler page :)</p>
35-
<p id="RickHAHA" style="visibility: hidden;">Haha you fell for it. Get Rick Rolled. You deserve it because you don't like my home page XD</p>
36-
</center>
22+
<canvas id="spaceMesh" aria-hidden="true"></canvas>
23+
24+
<div id="stuff" class="infobox page-wrap">
25+
<section class="minifull project-row gravity-rect" id="NotFound">
26+
<div class="project-text" style="text-align:center; width:100%;">
27+
<h1 style="font-size:32px;">404: Page not Found</h1>
28+
<p style="max-width:600px; margin: 10px auto;">
29+
The page you're looking for doesn't exist or has been moved.
30+
</p>
31+
32+
<div class="hero-links" style="justify-content:center; margin-top:20px;">
33+
<a class="btn" href="/">
34+
<i class="ri-home-4-fill" style="margin-right:8px;"></i>
35+
Go Home
36+
</a>
37+
</div>
3738
</div>
3839
</section>
39-
40-
<div id="bottom">
41-
<svg class="waves" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink"
42-
viewBox="0 24 150 28" preserveAspectRatio="none" shape-rendering="auto">
43-
<defs>
44-
<path id="gentle-wave" d="M-160 44c30 0 58-18 88-18s 58 18 88 18 58-18 88-18 58 18 88 18 v44h-352z" />
45-
</defs>
46-
<g class="parallax">
47-
<use xlink:href="#gentle-wave" x="48" y="0" fill="rgba(149, 121, 13,0.7)" />
48-
<use xlink:href="#gentle-wave" x="48" y="3" fill="rgba(149, 121, 13,0.5)" />
49-
<use xlink:href="#gentle-wave" x="48" y="5" fill="rgba(226,183,20,0.3)" />
50-
<use xlink:href="#gentle-wave" x="48" y="7" fill="rgba(226,183,20,0.7)" />
51-
</g>
52-
</svg>
53-
</div>
40+
5441
</div>
42+
43+
<footer class="footer">
44+
<h3 id="year">Made with Determination • Haniel Mikhaiel, </h3>
45+
</footer>
46+
<script>
47+
document.getElementById("year").textContent += new Date().getFullYear();
48+
</script>
5549
</body>
50+
<script src="/SpaceTime.js"></script>
5651
<div id="navbar"></div>
57-
58-
<script>
59-
document.getElementById('RickLINK').onclick=function(){
60-
document.getElementById('RickHAHA').style.visibility = "";
61-
};
62-
</script>
6352
</html>

0 commit comments

Comments
 (0)