mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 18:22:07 +00:00
Created a simple stylesheet, linked to it, and removed body color attributes defined there. This reduces repetition and separates style and presentation.
35 lines
1.1 KiB
HTML
35 lines
1.1 KiB
HTML
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
|
|
"http://www.w3.org/TR/html4/loose.dtd">
|
|
<HTML>
|
|
<HEAD>
|
|
<TITLE>ASMotor Documentation</TITLE>
|
|
<link rel="stylesheet" type="text/css" href="./style.css">
|
|
</HEAD>
|
|
|
|
<BODY>
|
|
<HR ALIGN="CENTER" SIZE="3">
|
|
<CENTER><TABLE BORDER=0 ALIGN="MIDDLE" BGCOLOR="#000000" CELLPADDING=25>
|
|
<TR>
|
|
<TD><FONT COLOR="#FFFFFF"><H1><CENTER>ASMotor v1.10<BR>
|
|
documentation<BR>
|
|
<FONT SIZE="-1"><BR>(stay with the machine)</FONT>
|
|
</CENTER></H1></FONT></TD>
|
|
</TR>
|
|
</TABLE>
|
|
</CENTER><HR ALIGN="CENTER" SIZE="3">
|
|
<H2><CENTER>Table of Contents
|
|
</CENTER></H2>
|
|
<UL>
|
|
<LI><A HREF="geninfo.htm">ASMotor General Information</A>
|
|
<LI><A HREF="asm.htm">xASM Documentation</A>
|
|
<LI><A HREF="link.htm">xLink Documentation</A>
|
|
<LI><A HREF="lib.htm">xLib Documentation</A>
|
|
<LI><A HREF="fix.htm">RGBFix Documentation</A>
|
|
<LI><A HREF="rgb0.htm">The RGB0-2 ObjectFileFormat</A>
|
|
</UL>
|
|
<BR>
|
|
<HR ALIGN="CENTER" SIZE="3">
|
|
<FONT SIZE="-1"><I><P ALIGN=RIGHT>Last updated 21 September 1997 by <A HREF="mailto:surfsmurf@matilde.demon.co.uk">Carsten Sorensen</A></P></I></FONT>
|
|
</BODY>
|
|
</HTML>
|