diff options
Diffstat (limited to 'hub.html')
-rw-r--r-- | hub.html | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/hub.html b/hub.html new file mode 100644 index 0000000..75bb46a --- /dev/null +++ b/hub.html @@ -0,0 +1,43 @@ + +<!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" lang="en"> + <head> + <title>Andrew Yu's Hub</title> + <link rel="stylesheet" href="/plain.css" /> + <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> + </head> + <body class="indent"> + <h1>Andrew Yu's Hub</h1> + <ul> + <li><a href="https://www.andrewyu.org/">My Personal Website</a></li> + <li><a href="https://www.andrewyu.org/hub.html">This Link Hub</a></li> + <li><a href="https://git.andrewyu.org/">Git</a></li> + <li><a href="https://evosaur.andrewyu.org/">The Evosaur Project</a></li> + <li><a href="https://ykpao.andrewyu.org/">Unofficial YK Pao School Activities Site</a></li> + <li><a href="https://learn.tuxiversity.org/">Tuxiversity (Unmaintained)</a></li> + <li><a href="https://www.andrewyu.org/school/">My School Stuff Hub</a></li> + <li><a href="https://www.andrewyu.org/article/">My Personal Articles</a></li> + <li><a href="https://www.andrewyu.org/other-articles/">Articles by Other People I Find Worth Sharing</a></li> + <li><a href="https://www.andrewyu.org/life.html">Miniture Life Log</a></li> + <li><a href="https://www.andrewyu.org/note/">Frequently Used Snippets for Frequently Asked Questions</a></li> + <li><a href="https://www.andrewyu.org/buffer.html">Random Buffer Webpage</a></li> + </ul> + <p>Other peoples' Websites nearby:</p> + <ul> + <li><a href="https://users.andrewyu.org/~luk">Luke</a></li> + <li><a href="https://users.andrewyu.org/~luk/andrew-leak.mp4">Luke's Best Thing</a></li> + <li><a href="https://users.andrewyu.org/~hax">Test_User</a></li> + </ul> + <p>Not my stuff or relevant-to-me-specifically in particular:</p> + <ul> + <li><a href="https://fsf.org">The Free Software Foundation</a></li> + <li><a href="https://based.cooking">A simple clean receipe site</a></li> + <li><a href="https://landchad.net">Host your own services</a></li> + </ul> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |