16 lines
306 B
HTML
16 lines
306 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<link rel="stylesheet" href="/assets/css/style.css">
|
|
<title>Error</title>
|
|
<style>
|
|
body { width: 35em; margin: 0 auto; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<h1>Page not found.</h1>
|
|
<p>Sorry, We couldn't find the page you were looking for.<br/>
|
|
Please try again later.</p>
|
|
</body>
|
|
</html>
|