Browse Source

Fixed HTML style in the documentation.

David Piuva 5 years ago
parent
commit
e850e1be4a
5 changed files with 31 additions and 14 deletions
  1. 31 14
      Doc/Manual.html
  2. BIN
      Doc/Pages/License.html
  3. BIN
      Doc/Pages/Security.html
  4. BIN
      Doc/Pages/Starting.html
  5. BIN
      Doc/Pages/StyleGuide.html

+ 31 - 14
Doc/Manual.html

@@ -1,4 +1,5 @@
-<HTML>
+<!DOCTYPE html>
+<HTML lang=en>
 	<BODY>
 		<style>
 			body { background-color: #EEEEFF; font-size: 16px; font-family: Arial;
@@ -24,18 +25,34 @@
 			.sub { font-size: 18px; color: #ffffdf; }
 		</style>
 		<IMG SRC="Pages/Images/Title.png" alt="Logo titled DFPSR">
-<P>		<h1 style="font-size:32px;">David Piuva's software renderer</h1>
-</P><P>		When you just want to code in your own pace without worrying about API deprecation.
-</P><IMG SRC="Pages/Images/Border.png"><P>
-</P><P>		<B>Using the library</B>
-</P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>
-</P><IMG SRC="Pages/Images/Border.png"><P>
-</P><P>		<B>Modifying the library</B>
-</P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/StyleGuide.html">Style guide</A>
-</P><IMG SRC="Pages/Images/Border.png"><P>
-</P><P>		<B>Technical details</B>
-</P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/License.html">License</A>
-</P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Security.html">Security</A>
-</P><IMG SRC="Pages/Images/Border.png">
+		<h1 style="font-size:32px;">David Piuva's software renderer</h1>
+		<P>
+			When you just want to code in your own pace without worrying about API deprecation.
+		</P>
+		<IMG SRC="Pages/Images/Border.png">
+		<P>
+			<B>Using the library</B>
+		</P>
+		<P>
+			<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>
+		</P>
+		<IMG SRC="Pages/Images/Border.png">
+		<P>
+			<B>Modifying the library</B>
+		</P>
+		<P>
+			<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/StyleGuide.html">Style guide</A>
+		</P>
+		<IMG SRC="Pages/Images/Border.png">
+		<P>
+			<B>Technical details</B>
+		</P>
+		<P>
+			<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/License.html">License</A>
+		</P>
+		<P>
+			<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Security.html">Security</A>
+		</P>
+		<IMG SRC="Pages/Images/Border.png">
 	</BODY>
 </HTML>

BIN
Doc/Pages/License.html


BIN
Doc/Pages/Security.html


BIN
Doc/Pages/Starting.html


BIN
Doc/Pages/StyleGuide.html