HTML4 Transitional doctype

This is so the HTML can be made simpler later on.
This commit is contained in:
Anthony Bentley
2009-09-12 16:14:08 -06:00
parent 1c734a015d
commit 3eb060b017
38 changed files with 76 additions and 37 deletions

View File

@@ -1,4 +1,5 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/html4/loose.dtd">
<HTML>
<HEAD>
<TITLE>RGBFix</TITLE>