mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-18 12:00:18 +01:00
Removed the body and header tags of these pages, because when are joined by php the final document will have three times the body and the header tags included. Removed the width tags, to avoid the space in the right side and the horizontal slide. Removed the homewmaker2.png link image, because this text can be made using formatted text. Removed a lot of \n \r.
21 lines
498 B
PHP
21 lines
498 B
PHP
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01//EN">
|
|
|
|
<html>
|
|
<head>
|
|
<meta name="generator" content="vim :-)">
|
|
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
|
|
<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("main.php");
|
|
?>
|
|
</body>
|
|
</html>
|