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 8bf2d81 commit 90a3163
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,15 @@
<!-- Content -->

{% block content %}

<!--
<meta name="viewport" content="width=device-width, initial-scale=1.0">

-->

<style>
p {
background-image: url("looking-for-it_web72.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
img {
height: 100%;
}

h1 {
color: red;
font-size: 50px;
Expand All @@ -22,7 +20,9 @@

</style>

<p> <h1>Sorry! <br> I've been digging deep, but I can't find what you're looking for.. <br> Please start all over from <a href="https://1coderookie.github.io/KobraGoNeoInsights" class="yes">HOME</a></h1> </p>
<p style="img src=looking-for-it_web72.JPG";>
<h1> Sorry! <br> I've been digging deep, but I can't find what you're looking for.. <br> Please start all over from <a href="https://1coderookie.github.io/KobraGoNeoInsights" class="yes">HOME</a> </h1>
</p>


{% endblock %}

0 comments on commit 90a3163

Please sign in to comment.