rename not_found.html to 404,html
This commit is contained in:
@@ -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>
|
Reference in New Issue
Block a user