-
Notifications
You must be signed in to change notification settings - Fork 0
/
404.php
32 lines (27 loc) · 794 Bytes
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
<!DOCTYPE HTML>
<!--
Retrospect by TEMPLATED
templated.co @templatedco
Released for free under the Creative Commons Attribution 3.0 license (templated.co/license)
-->
<html>
<head>
<title>404 Not Found</title>
<?php include "header.php"; ?>
</head>
<body>
<?php include "top-normal.php"; ?>
<!-- Main -->
<section id="main" class="wrapper">
<div class="container">
<header class="major special">
<h2>We Couldn't Find the Page You Requested</h2>
<p>Try returning home, or use the navigation menu on the right.</p>
</header>
<a href="#" class="image fit"><img src="images/404.jpg" alt="GCT Workspace" /></a><!-- cool image -->
</div>
</section>
<!-- include the footer via php -->
<?php include "footer.php"; ?>
</body>
</html>