You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
53 lines
1.3 KiB
53 lines
1.3 KiB
5 years ago
|
<!DOCTYPE html>
|
||
|
<html lang="en">
|
||
|
|
||
|
<head>
|
||
|
<meta charset="UTF-8">
|
||
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||
|
<meta http-equiv="X-UA-Compatible" content="ie=edge">
|
||
|
<link rel="stylesheet" href="/resources/css/404.css">
|
||
|
<link rel="stylesheet" href="/resources/css/cssall.css">
|
||
|
<script src="https://kit.fontawesome.com/340f4d917c.js" crossorigin="anonymous"></script>
|
||
|
<link rel="stylesheet" href="/resources/css/navbar.css">
|
||
|
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css">
|
||
|
<title>Error</title>
|
||
|
</head>
|
||
|
|
||
|
<body>
|
||
|
<style>
|
||
|
* {
|
||
|
font-family: 'Open Sans';
|
||
|
}
|
||
|
div {
|
||
|
background-color: #27282e;
|
||
|
height: 100%;
|
||
|
padding: 10%;
|
||
|
position: absolute;
|
||
|
top: 0;
|
||
|
width: 100%;
|
||
|
}
|
||
|
p {
|
||
|
margin-top: 1rem!important;
|
||
|
cursor: pointer;
|
||
|
font-size: 15px;
|
||
|
}
|
||
|
h1 {
|
||
|
margin: 0;
|
||
|
text-align: center;
|
||
|
}
|
||
|
</style>
|
||
|
|
||
|
<div>
|
||
|
<h1 style="font-size: 10rem;" align="center">408.</h1><br>
|
||
|
<h1>That's an error.</h1>
|
||
|
<p onclick="window.history.back();" align="center">Click here to go back</p>
|
||
|
</div>
|
||
|
|
||
|
<script src="/resources/js/navbar.json.js"></script>
|
||
|
<script src="/resources/js/insertNavbar.js"></script>
|
||
|
<script src="/resources/javall.js" charset="utf-8"></script>
|
||
|
|
||
|
</body>
|
||
|
|
||
|
</html>
|