Use home.php instead of main.php in the initial page
[whome.git] / index.php
blobdcc17cea09e54c776cec144b6be7debaf949b048
1 <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
3 <html>
4 <head>
5 <meta name="generator" content="vim :-)">
6 <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
8 <title>Window Maker - A window manager for X</title>
9 <meta name="Keywords" content="Window Maker, Window Manager, X11, X-Window">
10 <link href="title.css" rel="stylesheet" type="text/css">
11 </head>
13 <body>
14 <?php
15 include("header.php");
16 include("dock.php");
17 include("home.php");
19 </body>
20 </html>