mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 11:10:18 +01:00
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("home.php");
|
|
?>
|
|
</body>
|
|
</html>
|