You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

21 lines
669 B
HTML

<!DOCTYPE html>
<html>
<head>
<title>Page Not Found</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="/assets/aSkelly/css/main.css">
</head>
<body class="body--error">
<section class="row row--justify-center">
<div class="col col-8 tac">
<h1 class="error-title">Error 404</h1>
<p class="error-text">
We could not find the page you requested, please check and try again
or <a href="/">Go Back Home</a>
</p>
</div>
</section>
</body>
</html>