forked from quicksilver/QSApp.com
-
Notifications
You must be signed in to change notification settings - Fork 0
/
changelog.php
41 lines (27 loc) · 1.04 KB
/
changelog.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=utf-8"/>
<meta http-equiv="Content-Language" content="en" />
<meta content="" name="description" />
<meta name="Keywords" content="" />
<title>Quicksilver — Changelog</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">
<h1>Quicksilver Changelog</h1>
<div class="Page-Break"></div>
<?php include('ChangesBare.html'); ?>
<div class="Page-Break"></div>
</div> <!-- Page -->
<div id="Page-Bottom"></div>
<?php include('template/footer.tpl'); ?>
</div> <!-- Container -->
</body>
</html>