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 /article | |
parent | cee6a0bc069d83e657dd13d3ca7ef09bfcf6c7f1 (diff) | |
download | www-271d02ae6ed7ff4547c62fdee4a3a3d73f824c16.tar.gz |
&depoly
Diffstat (limited to 'article')
-rw-r--r-- | article/index.html | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/article/index.html b/article/index.html new file mode 100644 index 0000000..03421c2 --- /dev/null +++ b/article/index.html @@ -0,0 +1,27 @@ + +<!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>Andrew Yu's Personal Articles</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>Andrew Yu's Personal Articles</h1> + <p>Pages for other projects (i.e. Evosaur) are not listed—only independent articles are listed here. These are sorted from newest to oldest. Some do not come with HTML anchors: these articles are not published online, but are still listed here. For these, you may ask me for a copy in real life, but it is within my rights to decline such requests.</p> + <ul> + <li>A Fragile Society (7)</li> + <li><a href="copyright.html">Copyright: It's okay</a> (6)</li> + <li><a href="democracy-us.html">Democracy: Fundamentals</a> (5) (Unfinished)</li> + <li><a href="democracy-fundamentals.html">Democracy: Fundamentals</a> (4) (Unfinished)</li> + <li><a href="abortion.html">Abortion</a> (3)</li> + <li><a href="pragmatic-use-of-nonfree-software.html">Pragmatic Use of Nonfree Software</a> (2)</li> + <li><a href="free-software-education-in-china-and-covid-19.html">Free Software, Education in China and COVID-19</a> (1)</li> + </ul> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |