diff options
Diffstat (limited to 'manual')
-rw-r--r-- | manual/index.html | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/manual/index.html b/manual/index.html new file mode 100644 index 0000000..abca4cb --- /dev/null +++ b/manual/index.html @@ -0,0 +1,24 @@ +<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" + "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> +<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en"> + <head> + <meta http-equiv="content-type" content="text/html; charset=utf-8" /> + <title>FullSWOF-utils Reference Manual</title> + <style type="text/css" media="all"> + /* <![CDATA[ */ + @import url(../css/manual.css); + /* ]]> */ + </style> + <!-- needs a link element or script element for browser compatibility --> + </head> + <body> + <div> + <h1 class="center">FullSWOF-utils Reference Manual</h1> + <p class="center">Version 0.2 — 27th July 2020</p> + <ul> + <li><a href="html_node/index.html">HTML, with one page per node</a></li> + <li><a href="fullswof-utils.html">HTML, entirely on one page</a></li> + </ul> + </div> + </body> +</html> |