prepare for merging of github and neocities mirrors

This commit is contained in:
Amber
2023-01-09 12:19:26 -05:00
parent d532771b93
commit 9c856b97b3

14
not_found.html Normal file
View File

@@ -0,0 +1,14 @@
<!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>