-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.html
20 lines (18 loc) · 1.23 KB
/
404.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<!DOCTYPE html>
<html lang="en">
<head>
<script type="text/javascript" src="/Assets/MainFunctions.js"></script>
<script type="text/javascript">WriteHead();</script>
<title>CatWithCode - 404 - Page not found!</title>
</head>
<body class="centredItems">
<div id="viewerChecker"> <a href="https://catwithcode.moe/Blog/2024.10.02_F_Search_Engines/F_Search_Engines.html">GITHUB PAGES IS ONLY FOR SEARCH ENGINES! CLICK HERE TO FIND OUT WHY! IF YOU ARE ON CATWITHCODE.MOE ALREADY, YOU MAY BLOCK JS AND THATS WHY YOU SEE THIS. GOOD FOR YOU :).</a> <script type="text/javascript">creatCheckViewer();</script></div>
<div id="Header"> <a href="/archive.html">NoJS-Header</a> <script type="text/javascript">WriteHeader();</script></div>
<h1>404 - Page not found!</h1>
<a><img src="/Assets/Image_Repository/GIF/404.gif" alt="404 - Funny Image" width="70%"></a>
<p>The page you were trying to access does not exist!</p>
<p>Broken links or a typo?</p>
<p>Whatever. Here is a funny gif. :D</p>
<div id="Footer"> <p><b><u>NoJS-Footer (COULD NOT LOAD LICENSE JS-CODE FOR FOOTER! THE LICENSE IS IN THE HTML CODE!)</u></b></p><script type="text/javascript">WriteFooter('2023.12.13 - 19:00');</script></div>
</body>
</html>