mirror of
https://github.com/gryf/window-maker.github.io.git
synced 2025-12-17 19:20:17 +01:00
Fix user guide #includes
Btw, I took the User Guide from http://wmaker.orconhosting.net.nz/help/user_guide/toc.htm because the images were included correctly (the images are not present in the current www.windowmaker.org section for the User Guide)
This commit is contained in:
39
chap7.php
Normal file
39
chap7.php
Normal file
@@ -0,0 +1,39 @@
|
||||
<html xmlns="http://www.w3.org/1999/xhtml">
|
||||
<head>
|
||||
<meta name="generator" content="HTML Tidy for Linux (vers 25 March 2009), see www.w3.org" />
|
||||
|
||||
<title>User Guide: Credits</title>
|
||||
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii" />
|
||||
<link href="title.css" rel="stylesheet" type="text/css" />
|
||||
</head>
|
||||
|
||||
<body>
|
||||
<?php
|
||||
include("header.php");
|
||||
include("dock.php");
|
||||
?>
|
||||
|
||||
<div id="inhalt">
|
||||
<table width="880" border="0" cellpadding="1" cellspacing="1">
|
||||
<tr>
|
||||
<td content="content" colspan="2" valign="top">
|
||||
<br />
|
||||
<br />
|
||||
<br />
|
||||
|
||||
<h2>Chapter 7</h2>
|
||||
|
||||
<h1>Credits</h1><br />
|
||||
<br />
|
||||
The original TeX version of this document was written by Afredo K. Kojima.<br />
|
||||
<br />
|
||||
The HTML conversion was done primarily by Jeremy Crabtree, with assistance from Dan Olav Mikael Hultgren
|
||||
Gudmundsson.<br />
|
||||
<br />
|
||||
<br />
|
||||
</td>
|
||||
</tr>
|
||||
</table>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
Reference in New Issue
Block a user