diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-09-11 18:08:19 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-09-11 18:08:19 +0200 |
commit | 271d02ae6ed7ff4547c62fdee4a3a3d73f824c16 (patch) | |
tree | ec9c30c3d9986f7e913098498b14bded7da28e33 /other-articles | |
parent | cee6a0bc069d83e657dd13d3ca7ef09bfcf6c7f1 (diff) | |
download | www-271d02ae6ed7ff4547c62fdee4a3a3d73f824c16.tar.gz |
&depoly
Diffstat (limited to 'other-articles')
-rw-r--r-- | other-articles/index.html | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/other-articles/index.html b/other-articles/index.html new file mode 100644 index 0000000..cb870d4 --- /dev/null +++ b/other-articles/index.html @@ -0,0 +1,21 @@ +<!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>Articles by Others that Andrew Yu Finds Worth Sharing</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>Articles by Others that Andrew Yu Finds Worth Sharing</h1> + <ul> + <li><a href="https://www.gnu.org/philosophy/surveillance-vs-democracy.html">Surveillance vs Democracy</a></li> + <li><a href="https://www.theguardian.com/commentisfree/2022/jan/19/america-biden-trump-authoritarinism">Authoritarinism in the US</a></li> + <li><a href="https://stallman.org/articles/companies-snoop-on-students.html">Many governments invite schools to invite companies to snoop on students</a></li> + </ul> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |