diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 22:22:14 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-07-27 22:22:14 +0800 |
commit | 686d3e88725f1d4b3023e306b29aba799fe63305 (patch) | |
tree | 3a2213606d27b557d360f0c68e4cd79c955f472f | |
parent | bc6263aac2f0647572c7aecb10e637d62b89b4bb (diff) | |
download | www-686d3e88725f1d4b3023e306b29aba799fe63305.tar.gz |
fix
-rw-r--r-- | index.html | 3 | ||||
-rw-r--r-- | plain.css | 1 | ||||
-rw-r--r-- | template.html | 1 |
3 files changed, 4 insertions, 1 deletions
diff --git a/index.html b/index.html index 5c19ec1..5716dcd 100644 --- a/index.html +++ b/index.html @@ -44,7 +44,8 @@ <h2 id="articles">Articles</h2> <p>Pages for other projects are not listed—only independent articles are listed here. These are sorted from newest to oldest.</p> <ul> - <li><a href="/article/abortion.html">Abortion</a></li> + <li><a href="/article/abortion.html">Abortion</a> (Unfinished)</li> + <li><a href="/article/freedom.html">Freedom is </a> (Unfinished)</li> <li><a href="/article/pragmatic-use-of-nonfree-software.html">Pragmatic Use of Nonfree Software</a></li> <li><a href="/article/free-software-education-in-china-and-covid-19.html">Free Software, Education in China and COVID-19</a></li> </ul> diff --git a/plain.css b/plain.css index 954e71d..aa9881d 100644 --- a/plain.css +++ b/plain.css @@ -1,6 +1,7 @@ body { background-color: #F8F4E7; color: #552800; + text-align: justify; } a.link {color: #0000A0;} diff --git a/template.html b/template.html index f7146d5..0aeb075 100644 --- a/template.html +++ b/template.html @@ -4,6 +4,7 @@ <title><++></title> <link rel="stylesheet" href="/plain.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> + <meta charset="utf-8" /> </head> <body> <h1><++></h1> |