mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-18 03:50:18 +01:00
More flexible width of contents
- header graphics scales (within limits) - width of text area is determied by css, now 90% instead of 880px - more of the html code goes in included templates
This commit is contained in:
committed by
Carlos R. Mafra
parent
a475c8357e
commit
3a49325e49
22
index.php
22
index.php
@@ -1,21 +1 @@
|
||||
<!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>
|
||||
<?php include("home.php"); ?>
|
||||
|
||||
Reference in New Issue
Block a user