-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path404.php
More file actions
31 lines (27 loc) · 782 Bytes
/
404.php
File metadata and controls
31 lines (27 loc) · 782 Bytes
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
<?php
include('init.script.php');
?>
<!-- Start Wrapper -->
<section class="tp-pnf-wrapper">
<!-- Start content -->
<section class="tp-pnf-content">
<!-- Left Img Side -->
<section class="tp-pnf-img-left">
<center><img src="res/img/mrfixy.png" title="HA HA HA! PAGE NOT FOUND" /></center>
</section>
<!-- End Left Img Side -->
<section class="tp-pnf-content-inner">
<h1><span class="tp-icon fa-warning"></span> Whoops! Page Not Found</h1>
<p>This page may under construction or not exist in this site, click here to go to <a href="home">homepage</a>.</p>
</section>
</section>
<!-- End Content -->
</section>
<!-- End Wrapper -->
<!-- !!OVERRIDE GLOBAL CSS FOR 404 PAGE!! -->
<style>
.tp-overall-footer {
position: absolute;
bottom: 0;
}
</style>