Skip to content

Commit

Permalink
Minor Bug Fix
Browse files Browse the repository at this point in the history
404 page did not work if accessed from in folder hierarchy
  • Loading branch information
LewisN3142 committed Dec 22, 2023
1 parent 622bb71 commit ab80f55
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions 404.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@

<title> 404 - Lewis Napper </title>

<link rel="icon" href="favicon.ico" type="image/x-icon"> <!-- Favicon -->
<link rel="icon" href="https://lewisn3142.github.io/favicon.ico" type="image/x-icon"> <!-- Favicon -->

<link rel="stylesheet" href="global/main.css" type="text/css">
<link rel="stylesheet" href="https://lewisn3142.github.io/global/main.css" type="text/css">

<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.7.1/jquery.min.js"></script> <!-- Get JQuery -->
<script> window.jQuery || document.write('<script src="global/jquery-3.7.1.min.js"><\/script>'); </script>
<script src="global/script.js"></script>
<script src="https://lewisn3142.github.io/global/script.js"></script>
</head>

<body id="body">
Expand Down

0 comments on commit ab80f55

Please sign in to comment.