mirror of
https://github.com/gbdev/rgbds.git
synced 2025-11-20 10:12:06 +00:00
create stylesheet and link to it
Created a simple stylesheet, linked to it, and removed body color attributes defined there. This reduces repetition and separates style and presentation.
This commit is contained in:
@@ -3,9 +3,10 @@
|
||||
<HTML>
|
||||
<HEAD>
|
||||
<TITLE>xAsm SET</TITLE>
|
||||
<link rel="stylesheet" type="text/css" href="../style.css">
|
||||
</HEAD>
|
||||
|
||||
<BODY BGCOLOR="#692764" TEXT="#F5A0D8" LINK="#8AAEE6" VLINK="#2B9DA4" ALINK="#95F0DA">
|
||||
<BODY>
|
||||
<I><H2>SET</H2></I><HR>
|
||||
|
||||
<P>SETs are like <A HREF="equ.htm">EQUates</A> also constant symbols in the sense that their values are defined during the assembly process. These symbols are normally used in macros.<BR>
|
||||
|
||||
Reference in New Issue
Block a user