diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-04-16 11:20:37 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-04-16 11:20:37 +0200 |
commit | 3dd3777d62e4b5eb1fb89763741ae45b5c704963 (patch) | |
tree | 83b9c641b6819f1fcef90a97233dffe00fb151ed /index.html | |
parent | f5ba8911c5ba894936f46c13cebfe805e8cc78bb (diff) | |
download | www-3dd3777d62e4b5eb1fb89763741ae45b5c704963.tar.gz |
link to "recent" articles in the index
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/index.html b/index.html index ec5a24d..9cd1254 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,11 @@ </div> <hr /> <div id="majornote"> - <p>Welcome to my new website! This website is entirely hand-crafted HTML and CSS, with some Vim and Emacs magic, of course. Works on this Website, unless otherwise noted, do not represent the viewpoint of any organization I associate with. They are solely views of myself for public information.</p> + <h2>Recent Articles</h2> + <p>These are recent articles. Those before April 2022 are not listed, but maybe be listed later.</p> + <ul> + <li><a href="pragmatics.txt">WIP: The Pragmatic Use of Nonfree Software in the Free Software Movement</a>.</li> + </ul> </div> <hr /> <div id="myproject"> |