diff options
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> |