rename not_found.html to 404,html

This commit is contained in:
Amber Zeller
2022-01-25 10:25:05 -05:00
parent fd852e3cfa
commit 979fdb0a18

View File

@@ -1,14 +0,0 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>page not found</title>
<link href="/style.css" rel="stylesheet" type="text/css" media="all">
<link rel="stylesheet" type="text/css" href="//fonts.googleapis.com/css?family=Open+Sans"/>
</head>
<body>
<h1>what was that?</h1>
<p>that page doesn't exist. you can head <a href="/">home</a> if you like.</p>
</body>
</html>