Skip to content

Commit

Permalink
Create 404.html
Browse files Browse the repository at this point in the history
  • Loading branch information
1coderookie authored Mar 9, 2024
1 parent 4ad9ad3 commit b2b219d
Showing 1 changed file with 28 additions and 0 deletions.
28 changes: 28 additions & 0 deletions overrides/404.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,28 @@
{% extends "main.html" %}

<!-- Content -->

{% block content %}

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


<style>
body {
background-image: url("looking-for-it_web72.JPG");
background-repeat: no-repeat;
background-attachment: fixed;
background-size: cover;
}
h1 {
color: red;
font-size: 50px;
fonty-type: bold;
}

</style>

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


{% endblock %}

0 comments on commit b2b219d

Please sign in to comment.