PerlaTheDog/assets/errors/404.php

18 lines
334 B
PHP

<html>
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no">
<link rel="stylesheet" href="/assets/css/error.css" />
<title>Error 404</title>
</head>
<body>
<h1>Error 404</h1>
<h2>Sorry, this page does not exist.</h2>
</body>
</html>