fix all kinds of bugs
This commit is contained in:
77
src/404.html
77
src/404.html
@@ -1,44 +1,47 @@
|
||||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>404 - Page not Found - janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<script defer src="/js/jquery.js"></script>
|
||||
<script defer src="/js/basicanimations.js"></script>
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<style>
|
||||
.errorpage {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.box {
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
margin: 25%;
|
||||
margin-top: 10%;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
<head>
|
||||
<title>404 - Page not Found - janishutz.com</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||
<meta http-equiv="Content-Type" content="text/html;charset=UTF-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=7">
|
||||
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||||
<link rel="stylesheet" href="/css/mainstyle.css">
|
||||
<script defer src="https://ajax.googleapis.com/ajax/libs/jquery/3.6.1/jquery.min.js"></script>
|
||||
<script defer src="/js/loader.js"></script>
|
||||
<style>
|
||||
.errorpage {
|
||||
text-align: center;
|
||||
width: 100%;
|
||||
}
|
||||
.box {
|
||||
text-align: center;
|
||||
width: 50%;
|
||||
margin: 25%;
|
||||
margin-top: 10%;
|
||||
margin-bottom: 0%;
|
||||
}
|
||||
|
||||
.Bigtext {
|
||||
font-size: 400%;
|
||||
}
|
||||
.Bigtext {
|
||||
font-size: 400%;
|
||||
}
|
||||
|
||||
.smalltext {
|
||||
font-size: 150%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
.smalltext {
|
||||
font-size: 150%;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<div id="ContentToInclude"></div>
|
||||
<div class="errorpage">
|
||||
<div class="mainstyle">
|
||||
<h2 class="Bigtext">The page you are looking for was not found</h2>
|
||||
<p class="smalltext">The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.</p>
|
||||
<br><br><br>
|
||||
<a href="/" class="linkbutton">Go to homepage</a>
|
||||
<body>
|
||||
<div id="nav"></div>
|
||||
<div class="errorpage">
|
||||
<div class="mainstyle">
|
||||
<h2 class="Bigtext">The page you are looking for was not found</h2>
|
||||
<p class="smalltext">The page you are looking for does not exist. It may have been moved, or removed altogether. Perhaps you can return back to the site's homepage and see if you can find what you are looking for.</p>
|
||||
<br><br><br>
|
||||
<a href="/" class="linkbutton">Go to homepage</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<div id="Footer"></div>
|
||||
</body>
|
||||
<div id="footer"></div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user