forked from quicksilver/QSApp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.php
More file actions
47 lines (35 loc) · 1.85 KB
/
index.php
File metadata and controls
47 lines (35 loc) · 1.85 KB
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
42
43
44
45
46
47
<!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=utf-8"/>
<meta name="description" content="Quicksilver is a fast and free productivity application for the Mac, allowing you to save time and improve your efficiency. Quicksilver is available for Lion, Snow Leopard and more."/>
<meta name="Keywords" content="Quicksilver, lion, mac, os x, launcher, application, utility, productivity, itunes" />
<title>Quicksilver — Mac OS X at your Fingertips</title>
<?php include('template/head.tpl'); ?>
</head>
<body>
<div id="Container">
<?php include('template/logo.tpl'); ?>
<?php include('template/nav.tpl'); ?>
<div id="Page-Top"></div>
<div id="Page">
<div id="Welcome">
<h1 id="Tag-Line">Mac OS X at your fingertips</h1>
<div class="Screenshot-Center">
<img src="images/quicksilver_splash.png" width="390" height="231" alt="Quicksilver launcher application for Mac OS X"/>
</div>
<p style="font-size:110%">Quicksilver is a fast and free Mac OS X productivity application that gives you the power to control your Mac quickly and elegantly. Quicksilver learns your habits, making your everyday chores simple and efficient.<br />
<a href="about.php">Learn More...</a>
</p>
</div>
<div id="Button-Container">
<a id="Download-Button" href="download.php" title="Download Quicksilver for Lion, Snow Leopard and more">Download</a>
</div><br />
<div class="Page-Break"></div>
</div> <!-- Page -->
<div id="Page-Bottom"></div>
<?php include('template/footer.tpl'); ?>
</div> <!-- Container -->
</body>
</html>