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 90a3163 commit bdf53e2
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions overrides/404.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,21 +8,20 @@
-->

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

h1 {
color: red;
font-size: 50px;
font-weight: bold;
}

</style>

<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>
<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>


{% endblock %}

0 comments on commit bdf53e2

Please sign in to comment.