forked from quicksilver/QSApp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path404.php
41 lines (33 loc) · 1.43 KB
/
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
33
34
35
36
37
38
39
40
41
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta http-equiv="Content-Language" content="en" />
<meta content="" name="description" />
<meta name="Keywords" content="" />
<title>Quicksilver- Mac OS X at your Fingertips</title>
<link href="/Quicksilver.css" rel="stylesheet" type="text/css" />
</head>
<body>
<div id="Container">
<?php include('template/logo.tpl'); ?>
<?php include('template/nav.tpl'); ?>
<div id="Page-Top"></div>
<div id="Page">
<h1>Oops! 404 Error</h1>
<div class="Page-Break"></div>
<p>Sorry, looks like something went wrong.</p>
You could try <a href="qss-http://www.google.com/search?q=site%3Aqsapp.com%20***&ie=utf-8&oe=utf-8">searching QSApp.com</a>
through Quicksilver.
<br /> (Psst — make sure you've installed the <a href="qs://preferences#QSPlugInsPrefPane">Web Search Module</a>!)
</p>
<div class="Screenshot-Center">
<img src="/images/404.png" alt="404 Error" />
</div>
</div> <!-- Page -->
<div id="Page-Bottom"></div>
<?php include('template/footer.tpl'); ?>
</div> <!-- Container -->
</body>
</html>