-
Notifications
You must be signed in to change notification settings - Fork 9
/
404.php
31 lines (31 loc) · 1.06 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
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta name="description" content="Oops! 404 Error"/>
<meta name="keywords" content="Quicksilver, macOS" />
<title>Quicksilver- macOS 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>
<main 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>
</main>
<div id="Page-Bottom"></div>
<?php include('template/footer.tpl'); ?>
</div>
</body>
</html>