summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--index.html6
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">
>
1
2
3
4
5
6
7
8
9
10
11
12
13