mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Initial state for the homepage
This commit is contained in:
16
index.php
Normal file
16
index.php
Normal file
@@ -0,0 +1,16 @@
|
||||
<!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 http-equiv="Content-Type" content="text/html; charset=us-ascii">
|
||||
|
||||
<title>Window Maker - A window manager for X</title>
|
||||
<meta name="Keywords" content="">
|
||||
<link href="title.css" rel="stylesheet" type="text/css">
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php include("header.php"); ?><?php include("dock.php"); ?><?php include("main.php"); ?>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user