|
|
|
@ -3,30 +3,18 @@
|
|
|
|
<head>
|
|
|
|
<head>
|
|
|
|
<title>Page Not Found</title>
|
|
|
|
<title>Page Not Found</title>
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
<link
|
|
|
|
<link rel="stylesheet" href="/assets/aSkelly/css/main.css">
|
|
|
|
href="https://fonts.googleapis.com/icon?family=Material+Icons"
|
|
|
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<link
|
|
|
|
|
|
|
|
rel="stylesheet"
|
|
|
|
|
|
|
|
href="https://cdnjs.cloudflare.com/ajax/libs/materialize/1.0.0/css/materialize.min.css"
|
|
|
|
|
|
|
|
/>
|
|
|
|
|
|
|
|
<style>
|
|
|
|
|
|
|
|
body {
|
|
|
|
|
|
|
|
display: flex !important;
|
|
|
|
|
|
|
|
align-items: center !important;
|
|
|
|
|
|
|
|
justify-content: center !important;
|
|
|
|
|
|
|
|
flex-direction: column !important;
|
|
|
|
|
|
|
|
height: 95vh !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
</style>
|
|
|
|
|
|
|
|
</head>
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
<body class="body--error">
|
|
|
|
<h2>Error 4<span role="img" aria-label="O">😵</span>4</h2>
|
|
|
|
<section class="row row--justify-center">
|
|
|
|
<p>
|
|
|
|
<div class="col col-8 tac">
|
|
|
|
We could not find the page you requested, please check and try again
|
|
|
|
<h1 class="error-title">Error 404</h1>
|
|
|
|
or <a href="/">Go Back Home</a>
|
|
|
|
<p class="error-text">
|
|
|
|
</p>
|
|
|
|
We could not find the page you requested, please check and try again
|
|
|
|
|
|
|
|
or <a href="/">Go Back Home</a>
|
|
|
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
</section>
|
|
|
|
</body>
|
|
|
|
</body>
|
|
|
|
</html>
|
|
|
|
</html>
|
|
|
|
|