diff options
author | ng0 <ng0@n0.is> | 2018-02-03 12:45:50 +0000 |
---|---|---|
committer | ng0 <ng0@n0.is> | 2018-02-03 12:45:50 +0000 |
commit | f0421e81236f46087e693aa9e5a8c7a64174574d (patch) | |
tree | 4e8eb2dc8b53c725eb9e7027ad78aa3b7198db77 /doc/documentation/index.html | |
parent | 17e0581b7a3774772b1e401172f9963bd9c47462 (diff) |
real html
Diffstat (limited to 'doc/documentation/index.html')
-rw-r--r-- | doc/documentation/index.html | 106 |
1 files changed, 57 insertions, 49 deletions
diff --git a/doc/documentation/index.html b/doc/documentation/index.html index 9a9a118e3..1bd6da033 100644 --- a/doc/documentation/index.html +++ b/doc/documentation/index.html @@ -1,50 +1,58 @@ -<title>GNUnet - GNUnet Manuals and Handbooks</title> -<h2>GNUnet - GNUnet Manuals and Handbooks</h2> - -<blockquote><address> - GNUnet e.V.<br/> - Fakultät für Informatik -- I8<br/> - Technische Universität München<br/> - Boltzmannstraße 3<br/> - 85748 Garching<br/> - GERMANY<br/> -</address></blockquote> - -<p>The following handbooks and manuals are available:</p> - -<ul> - <li><a href="gnunet/index.html">GNUnet Reference Manual</li> - <li><a href="gnunet-c-tutorial/index.html">GNUnet C Tutorial</li> -</ul> - -<div id="footer"> - <div class="unprintable"> - - <p>Please send general FSF & GNU inquiries to - <a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. - There are also <a href="/contact/">other ways to contact</a> - the FSF. Broken links and other corrections or suggestions can be sent - to <a href="mailto:gnunet-developers@gnu.org"><gnunet-developers@gnu.org></a>.</p> - </div> - - <p>Copyright © 2001 - 2018 GNUnet e.V.</p> - - <p> - <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"> - <img alt="Creative Commons License" - style="border-width:0" - src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /> - </a> - <br /> - This page is licensed under a - <a rel="license" - href="http://creativecommons.org/licenses/by-nd/4.0/"> - Creative Commons Attribution-NoDerivatives 4.0 International License - </a>. Individual Manuals are licensed under the licenses mentioned within - the books (GNU Free Documentation License, GNU General Public License). - </p> - -</div> -</div> -</body> +<html> + <head> + <title>GNUnet - GNUnet Manuals and Handbooks</title> + <meta charset="utf-8"> + <meta name="keywords" content="gnunet,GNUnet,Manual,Manuals,preview,developer-preview,inofficial,GNU"> + <meta name="description" content="The GNUnet Manuals"> + <meta name="viewport" content="width=device-width, initial-scale=1"> + </head> + + <body> + <h2>GNUnet - GNUnet Manuals and Handbooks</h2> + + <blockquote><address> + GNUnet e.V.<br/> + Fakultät für Informatik -- I8<br/> + Technische Universität München<br/> + Boltzmannstraße 3<br/> + 85748 Garching<br/> + GERMANY<br/> + </address></blockquote> + + <p>The following handbooks and manuals are available:</p> + + <ul> + <li><a href="gnunet/index.html">GNUnet Reference Manual</li> + <li><a href="gnunet-c-tutorial/index.html">GNUnet C Tutorial</li> + </ul> + + <div id="footer"> + <div class="unprintable"> + + <p>Please send general FSF & GNU inquiries to + <a href="mailto:gnu@gnu.org"><gnu@gnu.org></a>. + There are also <a href="/contact/">other ways to contact</a> + the FSF. Broken links and other corrections or suggestions can be sent + to <a href="mailto:gnunet-developers@gnu.org"><gnunet-developers@gnu.org></a>.</p> + </div> + + <p>Copyright © 2001 - 2018 GNUnet e.V.</p> + + <p> + <a rel="license" href="http://creativecommons.org/licenses/by-nd/4.0/"> + <img alt="Creative Commons License" + style="border-width:0" + src="https://i.creativecommons.org/l/by-nd/4.0/88x31.png" /> + </a> + <br /> + This page is licensed under a + <a rel="license" + href="http://creativecommons.org/licenses/by-nd/4.0/"> + Creative Commons Attribution-NoDerivatives 4.0 International License + </a>. Individual Manuals are licensed under the licenses mentioned within + the books (GNU Free Documentation License, GNU General Public License). + </p> + </div> + + </body> </html> |