Skip to content

Commit

Permalink
added comments for general idea
Browse files Browse the repository at this point in the history
  • Loading branch information
ThePhoenix08 committed Dec 27, 2024
1 parent 23888c2 commit 095413f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@
}

@media screen and (max-width: 768px) {
/* for width smaller than 768px */
body {
background-color: #023c7f;
}
Expand All @@ -73,16 +74,16 @@
</head>
<body>
<div class="container">
<!-- <h1>404</h1>
<p>Oops! The page you're looking for doesn't exist.</p>
<p>Let's get you back <a href="https://apu52.github.io/METAVERSE">home</a>.</p> -->
<!-- spline component background, hidden on mobile screens -->
<div class="background">
<script type="module" src="https://unpkg.com/@splinetool/[email protected]/build/spline-viewer.js"></script>
<spline-viewer url="https://prod.spline.design/FF4zUicpD61VIS7e/scene.splinecode"></spline-viewer>
</div>
<!-- mobile screen background with 404 svg, hidden on desktop screens -->
<div class="mobile-background">
<img src="./assets/svgs/pageNotFound.svg" alt="page not found 404 error image">
</div>
<!-- overlay box with not found message, back home link and credit to 3D model creator on (desktop only) -->
<div class="box">
<p>Oops! The page you're looking for doesn't exist.</p>
<p>Let's get you back <a id="back_Home_btn" href="https://apu52.github.io/METAVERSE">Home ๐Ÿ </a>.</p>
Expand Down

0 comments on commit 095413f

Please sign in to comment.