Update 404.html

This commit is contained in:
Sophia Atkinson 2022-01-24 22:41:24 -08:00 committed by GitHub
parent bce2286684
commit c2d0089b8f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 23 additions and 12 deletions

View File

@ -1,14 +1,25 @@
<!DOCTYPE html>
<html style="height:100%">
<html lang="en">
<head>
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no" />
<title> 404 Not Found
</title></head>
<body style="color: #fff; margin:0;font: normal 14px/20px Arial, Helvetica, sans-serif; height:100%; background-color: #262625;">
<div style="height:auto; min-height:100%; "> <div style="text-align: center; width:800px; margin-left: -400px; position:absolute; top: 30%; left:50%;">
<h1 style="margin:0; font-size:150px; line-height:150px; font-weight:bold;">404</h1>
<h2 style="margin-top:20px;font-size: 30px;">Not Found
</h2>
<p>The page requested could not be found on this server!</p>
</div></div></body></html>
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1" />
<title>Error 404 - Page Not found</title>
<link rel="stylesheet" type="text/css" href="https://fonts.googleapis.com/css?family=Roboto:100,300,400,500,700,900">
<link rel="stylesheet" type="text/css" href="https://sophia.wtf/errors/assets/css/font-awesome.min.css">
<link rel="stylesheet" type="text/css" href="https://sophia.wtf/errors/assets/css/darkmode.css">
</head>
<body>
<div class="cover">
<div class="header">
<a href="/" class="btn-back"><i class="fa fa-arrow-left"></i> Go Home</a>
</div>
<h1>Error <span>404</span></h1>
<h2>Page Not found</h2>
</div>
</body>
</html>