diff options
author | Silvino Silva <silvino@bk.ru> | 2016-08-19 20:41:29 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-08-19 21:04:59 +0100 |
commit | 7a6d042fce619aaf3ff79de5e1ac71305330df0a (patch) | |
tree | e5a91be3a11ded24e98364027fa3deb71b7a00c3 /index.html | |
download | doc-7a6d042fce619aaf3ff79de5e1ac71305330df0a.tar.gz |
initial install documentation
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..33c6296 --- /dev/null +++ b/index.html @@ -0,0 +1,32 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en"> + <head> + <meta charset='utf-8'> + <title>c9 Doc</title> + </head> + <body> + + <h1>c9 Doc</h1> + + <ul> + <li><a href="core/index.html">Core OS</a></li> + <li><a href="tools/index.html">Tools</a></li> + <li><a href="dev/index.html">Development</a></li> + </ul> + + <pre> + rev 0.0.1 + </pre> + + <p>Permission is granted to copy, distribute and/or modify this + document under the terms of the GNU Free Documentation License, + Version 1.3 or any later version published by the Free Software + Foundation; with the Invariant Sections being just "Manifesto", + with just one Front-Cover "FrontCover", and one Back-Cover + "Give Back". A copy of the license is included in the section + entitled "GNU Free Documentation License".</p> + + <p><a href="fdl-1.3-standalone.html">Gnu Free Documentation License</a></p> + + </body> +</html> |