Files
window-maker.github.io/index.php
Carlos R. Mafra 761944af87 Several minor edits
Including running tidy -i -w 130 -m *.php to obtain uniform formatting.
2012-02-05 22:34:01 +00:00

22 lines
602 B
PHP

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
<html>
<head>
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org">
<meta name="generator" content="vim :-)">
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<title>Window Maker - A window manager for X</title>
<meta name="Keywords" content="Window Maker, Window Manager, X11, X-Window">
<link href="title.css" rel="stylesheet" type="text/css">
</head>
<body>
<?php
include("header.php");
include("dock.php");
include("home.php");
?>
</body>
</html>