Add files via upload

This commit is contained in:
Sophia Atkinson 2021-11-02 17:20:43 -07:00 committed by GitHub
parent eed287f899
commit 49d987157c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
404.html Normal file
View File

@ -0,0 +1,14 @@
<!DOCTYPE html>
<html style="height:100%">
<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>