diff options
author | Silvino Silva <silvino@bk.ru> | 2016-09-10 20:51:21 +0100 |
---|---|---|
committer | Silvino Silva <silvino@bk.ru> | 2016-09-10 20:51:21 +0100 |
commit | e3668421e739cc3fb2c6e73b004ff8ba1526c52b (patch) | |
tree | 7af9fd2a5059cde8a903e02ddbdff0f21c511a45 | |
parent | 26f3d58c8d953043d566e645df024ea0f81419a9 (diff) | |
download | doc-e3668421e739cc3fb2c6e73b004ff8ba1526c52b.tar.gz |
added links page
-rw-r--r-- | index.html | 1 | ||||
-rw-r--r-- | links.html | 31 |
2 files changed, 32 insertions, 0 deletions
diff --git a/index.html b/index.html index b632aaa..3a3b188 100644 --- a/index.html +++ b/index.html @@ -13,6 +13,7 @@ <li><a href="tools/index.html">Tools</a></li> <li><a href="dev/index.html">Development</a></li> <li><a href="manifesto.html">Manifesto</a></li> + <li><a href="links.html">Links</a></li> </ul> <pre> diff --git a/links.html b/links.html new file mode 100644 index 0000000..941815a --- /dev/null +++ b/links.html @@ -0,0 +1,31 @@ +<!DOCTYPE html> +<html dir="ltr" lang="en"> + <head> + <meta charset='utf-8'> + <title>c9 Links</title> + </head> + <body> + + <a href="index.html">Documentation Index</a> + + <h1>Links</h1> + + <p>Collection of interesting pages on the Internet.</p> + + <h2>Personal Blogs</h2> + + <ul> + <li><a href="http://www.bell-labs.com/usr/dmr/www/">Dennis M. Ritchie</a></li> + <li><a href="https://stallman.org/">Richard Stallman</a></li> + <li><a href="http://www.cs.vu.nl/~ast/">Andrew S. Tanenbaum</a></li> + <li><a href="http://www.catb.org/esr/">Eric S. Raymond's</a></li> + <li><a href="https://www.cs.helsinki.fi/u/torvalds/">Linus Torvalds</a></li> + </ul> + + <h2>Security & Privacy</h2> + + <ul> + <li><a href="http://www.phrack.org">phrack.org</a></li> + </ul> + </body> +</html> |