diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 02:05:15 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-26 02:05:15 +0800 |
commit | 0728786c3d82dc74b5906453a11748a88409073a (patch) | |
tree | 668ffee2ea9eae34d0bfec132ed1c53492e45e4d /index.html | |
parent | dee82950985be7ae03f3f969117fbb75e7c311f6 (diff) | |
download | www-0728786c3d82dc74b5906453a11748a88409073a.tar.gz |
add rfd1
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index ba78ed2..762f858 100644 --- a/index.html +++ b/index.html @@ -12,7 +12,7 @@ <div id="nav"> <h2>Navigation</h2> <ul> - <li><a href="https://www.andrewyu.org">Personal site (the current thing)</a></li> + <li><a href="https://www.andrewyu.org">Personal site (this page)</a></li> <li><a href="#articles">My articles</a></li> <li><a href="https://git.andrewyu.org" class="alert">Git repositories</a></li> <li><a href="https://fcm.andrewyu.org" class="alert">Free Computing Movement</a></li> @@ -56,6 +56,7 @@ <h2>Articles (or reference pages)</h2> <ul> <li><a href="/article/eax.txt">32-bit Linux syscall eax register list</a></li> + <li><a href="/article/pragmatic-use-of-nonfree-software.html">Pragmatic Use of Nonfree Software</a></li> </ul> </div> <hr /> |