Remove dockapps page and redirect to new dockapps.net.
[whome.git] / dockapps / index.php
blobce76359b628a90cb4be8ce0410b12e951de1ef45
1 <?php
3 $name = $_GET["name"];
4 ?>
6 <html xmlns="http://www.w3.org/1999/xhtml">
7 <head>
8 <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
10 <title>Window Maker: Dockapps</title>
11 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
12 <meta http-equiv="refresh" content="5; url=http://www.dockapps.net/">
13 <link href="../title.css" rel="stylesheet" type="text/css" />
14 </head>
15 <?php
16 echo "<body>\n";
17 include("../dock.php");
18 include("../header.php");?>
19 <div>
20 <table class="inner" border="0" cellpadding="1" cellspacing="1">
21 <tr>
22 <td content="content" colspan="2" valign="top">
23 <br />
24 <br />
25 <h1><a href=".">Dockapps</a></h1>
27 The dockapps page has been moved to
28 <a href="http://www.dockapps.net">dockapps.net</a>.
30 You will be redirected shortly.
33 <?php
34 include("../footer.php");