diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-05-26 11:09:25 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-05-26 11:09:25 +0800 |
commit | 327dbace1ce14df1cb4ccf3967a3c2b350fb8d26 (patch) | |
tree | b5680b8e839f4a750b4830c7f08b7dc722d7eb8e /index.html | |
parent | 5e6aa87800affbb762bf4e2ceca7b58ca0014835 (diff) | |
download | www-327dbace1ce14df1cb4ccf3967a3c2b350fb8d26.tar.gz |
add random pages
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/index.html b/index.html index 4187b74..bce17f2 100644 --- a/index.html +++ b/index.html @@ -23,6 +23,14 @@ </ul> </div> <hr /> + <div id="rnd-nav"> + <h2>Random pages</h2> + <ul> + <li><a href="lispos.html">Lisp OS</a></li> + <li><a href="eax.txt">32-bit Linux syscall eax register list</a></li> + </ul> + </div> + <hr /> <div id="campaign"> <p>It is our responsibility to spread <a href="https://fsf.org">free software</a>, <a href="https://fcm.andrewyu.org">free computing (one of the websites started by me :D)</a> and advocate for user freedom. Please don't waste any chances to do so.</p> </div> |