Organized 404.html

This commit is contained in:
Lucas Kent 2022-12-09 16:10:36 -05:00 committed by GitHub
parent fcd4e5b170
commit a87aa78353
2 changed files with 14 additions and 12 deletions

View File

@ -21,10 +21,6 @@
<link rel="manifest" href="/assets/Favicons/404_Favicon/site.webmanifest" /> <link rel="manifest" href="/assets/Favicons/404_Favicon/site.webmanifest" />
<link rel="stylesheet" href="/assets/styles/button.css" /> <link rel="stylesheet" href="/assets/styles/button.css" />
<title>404</title> <title>404</title>
<style>
h1 {text-align: center;}
p {text-align: center;}
</style>
</head> </head>
<body> <body>
<h1 style="font-size: 60px;">404</h1> <h1 style="font-size: 60px;">404</h1>
@ -39,12 +35,4 @@
style="width: 220px;height: 220px;" style="width: 220px;height: 220px;"
/> />
</body> </body>
<style>
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}
</style>
</html> </html>

14
assets/styles/404.css Normal file
View File

@ -0,0 +1,14 @@
h1 {
text-align: center;
}
p {
text-align: center;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
}