Skip to content

Commit

Permalink
Update 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1coderookie authored Mar 9, 2024
1 parent 5a903ec commit d40b9f4
Showing 1 changed file with 3 additions and 17 deletions.
20 changes: 3 additions & 17 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,19 +8,9 @@


<style>
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

* {
padding: 0;
margin: 0;
box-sizing: border-box;
font-family: 'Press Start 2P';
color: #FFFFFF;
text-align: center;
}

body {
background-image: url("docs/assets/images/looking-for-it_web.JPG");
background-image: url("looking-for-it_web.jpg");
background-repeat: no-repeat;
}

Expand All @@ -38,6 +28,7 @@
}

section.notFound h2 {
color: black;
font-size: 15px;
}

Expand Down Expand Up @@ -81,14 +72,9 @@
}
</style>

<section class="notFound">
<div class="img">
<img src="https://assets.codepen.io/5647096/backToTheHomepage.png" style="width:80%;" alt="Back to the Homepage"/>
<img src="https://assets.codepen.io/5647096/Delorean.png" style="width:80%;" alt="El Delorean, El Doc y Marti McFly"/>
</div>
<div class="text">
<h1>Sorry!</h1>
<h2>Seems like the flux capacitor is broken, it only responds with "404" and messed up everything?!? <br> Let's start all over from</h3>
<h2>I've been digging deep, but I can't find what you're looking for - please start all over from</h2>
<a href="https://1coderookie.github.io/KobraGoNeoInsights" class="yes">HOME</a>
</div>
</section>
Expand Down

0 comments on commit d40b9f4

Please sign in to comment.