diff options
-rw-r--r-- | index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/index.html b/index.html index 564edb3..09d4935 100644 --- a/index.html +++ b/index.html @@ -72,7 +72,8 @@ <div id="randlinks"> <h2>Random Links</h2> <ul> - <li><a href="https://fsf.org">The Free Software Foundation</a>.</li> + <li><a href="https://fsf.org">The Free Software Foundation</a>;</li> + <li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance means no democracy</a>;</li> <li><a href="https://stallmansupport.org">Defend Richard Stallman</a>.</li> </ul> </div> |