- give it a style sheet similar to the rest of the site, fix broken links, etc.

This commit is contained in:
Bryce Denney 2001-11-10 00:53:43 +00:00
parent ee01324835
commit ac7c4bfbb1
1 changed files with 21 additions and 3 deletions

View File

@ -2,15 +2,33 @@
<HTML>
<HEAD>
<TITLE>Preview all of Bochs Documentation</TITLE>
<style TYPE="text/CSS">
<!--
A:link {color: blue; text-decoration: none}
A:visited {color: blue; text-decoration: none}
A:active {color: blue; text-decoration: none}
A:hover {color: blue; text-decoration: underline}
INPUT {border:thin solid black; font-size: 7pt; font-family:Verdana, Arial Helvetica}
.sidebar {font-family:Verdana, Arial, Helvetica; color: #000000}
A.sidebar:link {color: #000000; font-style: normal; text-decoration: none}
A.sidebar:visited {color: #000000; font-style: normal; text-decoration: none}
A.sidebar:active {color: #000000; font-style: normal; text-decoration: none}
A.sidebar:hover {color: blue; text-decoration: underline}
-->
</style>
</HEAD>
<BODY>
<BODY BGCOLOR="#FFFFFF" VLINK="#000000" ALINK="#000000" LINK="#000000">
<h1>Bochs Docbook Documentation Preview</h1>
<P>
The Docbook documentation is divided into three parts:
<ul>
<li><a href="user/book1.html">User's Guide</a></li>
<li><a href="developer/book1.html">Developer's Guide</a></li>
<li><a href="user/book1.html">User Guide</a></li>
<li><a href="development/book1.html">Development Guide</a></li>
<li><a href="documentation/book1.html">Documentation Guide</a></li>
</ul>