Compare commits

..

2 Commits

1 changed files with 16 additions and 0 deletions

16
404.html Normal file
View File

@ -0,0 +1,16 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>404 - File Not Found</title>
<link rel="stylesheet" href="styles.css">
</head>
<body>
<div class="container">
<h2>Whoops! Page Not Found</h2>
<p>You must have made a typo of sorts, feel free to click the link below to retrn to my main page.</p>
<a href="/" class="button">Go Back Home</a>
</div>
</body>
</html>