|
|
@@ -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>
|