-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy path404.php
21 lines (21 loc) · 1.03 KB
/
404.php
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html lang="en">
<head>
<title>globaltakeover · 404 Error</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="themes/css/bootstrap.min.css" />
<link rel="stylesheet" href="themes/css/bootstrap-responsive.min.css" />
<link rel="stylesheet" href="themes/css/unicorn.login.css" />
</head>
<body>
<div id="logo" class="brand">
<img src="images/default/logo.png" alt="globaltakeover" />
</div>
<div id="loginbox" style="height: 220px !important;">
<h1>Uh-oh. 404 Error.</h1>
<p>The file <em>"<? echo basename($_SERVER["REQUEST_URI"]); ?>"</em> doesn't exist.<br>If you think this is an error on our part, click the button below to contact us.</p>
<p><a href="mailto:[email protected]?subject=<? echo basename($_SERVER["REQUEST_URI"])." 404 Error"; ?>" class="btn btn-primary btn-large"><i class="icon-envelope icon-white"></i> Contact Us</a></p>
</div>
</body>
</html>