Remove headers from {dock,header}.php
[whome.git] / index.php
blobc6068faf68846e08efd34b3003eec04a1a3d2ab5
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
3 <html>
4 <head>
5 <meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
6 <meta name="generator" content="vim :-)">
7 <meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
9 <title>Window Maker - A window manager for X</title>
10 <meta name="Keywords" content="Window Maker, Window Manager, X11, X-Window">
11 <link href="title.css" rel="stylesheet" type="text/css">
12 </head>
14 <body>
15 <?php
16 include("header.php");
17 include("dock.php");
18 include("home.php");
20 </body>
21 </html>