prepare for merging of github and neocities mirrors
This commit is contained in:
14
not_found.html
Normal file
14
not_found.html
Normal 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>
|
Reference in New Issue
Block a user