neocities/views/templates/not_found.erb
2014-04-17 14:12:12 -07:00

16 lines
No EOL
289 B
Text

<!DOCTYPE html>
<html>
<head>
<meta charset="UTF-8">
<title>Not Found</title>
<style type="text/css">
body {
font-family: Verdana;
}
</style>
</head>
<body>
<h1>Page Not Found</h1>
<p>The requested page was not found.</p>
</body>
</html>