This commit is contained in:
WesleyBryie 2021-11-05 21:20:59 -04:00
parent 9339222f56
commit 1216e7d33d
2 changed files with 6 additions and 6 deletions

3
404.css Normal file
View File

@ -0,0 +1,3 @@
html {
text-align: middle;
}

View File

@ -4,14 +4,11 @@
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" src="404.css">
<title>Page Not Found!</title>
</head>
<body>
<style>
p {
text-align: center;
}
</style>
<p><h1>Not Found!</h1><br>NotFound!</p>
<h1>Not Found!</h1>
<p>Not Found!</p>
</body>
</html>