forked from .cyb/cyberman
19 lines
445 B
HTML
19 lines
445 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=yes">
|
|
<title>Error 404</title>
|
|
<link rel="stylesheet" href="/css/error.css">
|
|
</head>
|
|
<body>
|
|
<h1>Error 404</h1>
|
|
<div id="content">
|
|
<h2>Page Not Found</h2><p>Sorry, this is the void.</p>
|
|
</div>
|
|
<div id="footer">
|
|
Powered by <a href="http://perldancer.org/">Dancer2</a>.
|
|
</div>
|
|
</body>
|
|
</html>
|