Browse Source

Found a way to close paragraphs tags in HTML without looking verbose.

David Piuva 5 years ago
parent
commit
ec91a3f64b
5 changed files with 14 additions and 14 deletions
  1. 14 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

+ 14 - 14
Doc/Manual.html

@@ -11,18 +11,18 @@
 			.sub { font-size: 18px; color: #ffffdf; }
 		</style>
 <P>		<IMG SRC="Pages/Images/Title.png" alt=Logo titled DFPSR>
-<P>		<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>		<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>		<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>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/License.html">License</A>
-<P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Security.html">Security</A>
-<P>	<IMG SRC="Pages/Images/Border.png">
-	</BODY>
+</P><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><P>	<IMG SRC="Pages/Images/Border.png">
+</P><P>		<B>Using the library</B>
+</P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/Starting.html">Getting started</A>
+</P><P>	<IMG SRC="Pages/Images/Border.png">
+</P><P>		<B>Modifying the library</B>
+</P><P>		<IMG SRC="Pages/Images/SmallDot.png"> <A href="Pages/StyleGuide.html">Style guide</A>
+</P><P>	<IMG SRC="Pages/Images/Border.png">
+</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><P>	<IMG SRC="Pages/Images/Border.png">
+</P>	</BODY>
 </HTML>

BIN
Doc/Pages/License.html


BIN
Doc/Pages/Security.html


BIN
Doc/Pages/Starting.html


BIN
Doc/Pages/StyleGuide.html