Initial Themes Gallery

The first one contributed by Martin Dietze.
This commit is contained in:
Carlos R. Mafra
2012-02-10 02:30:04 +00:00
parent a9af0c18fc
commit a475c8357e
6 changed files with 47 additions and 1 deletions

34
themes.php Normal file
View File

@@ -0,0 +1,34 @@
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
<title>Window Maker: Themes</title>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
<link href="title.css" rel="stylesheet" type="text/css" />
</head>
<body>
<?php
include("header.php");
include("dock.php");
?>
<div id="inhalt">
<table width="880" border="0" cellpadding="1" cellspacing="1">
<tr>
<td content="content" colspan="2" valign="top">
<br />
<br />
<h3>Themes Gallery</h3>
<div class="screenshot">
<a href="Themes/NeXT-Retro.tar.gz"><img src="screenshots/NeXT-Retro.png" height="250" alt="NeXT-Retro" /></a><br />
<b>NeXT-Retro</b><br />
</div>
</td>
</tr>
</table>
</div>
</body>
</html>