diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-10-22 18:52:04 +0200 |
---|---|---|
committer | Automatic Merge <andrew+automerge@andrewyu.org> | 2023-07-15 00:29:30 +0800 |
commit | da29ebc681445029b5a1b36cc877f23e1f8819c2 (patch) | |
tree | 353a825cdc2f23ca98b7fe8cdf440c42ed598e88 | |
parent | 40b7e93c265d4ea1c418a2e9373c992f59bab338 (diff) | |
download | www-da29ebc681445029b5a1b36cc877f23e1f8819c2.tar.gz |
Stub: The Old Web Was Better
-rw-r--r-- | article/index.html | 1 | ||||
-rw-r--r-- | article/the-old-web-was-better.html | 16 |
2 files changed, 17 insertions, 0 deletions
diff --git a/article/index.html b/article/index.html index 6aebfbc..861fd36 100644 --- a/article/index.html +++ b/article/index.html @@ -12,6 +12,7 @@ <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> <p><a href="/contact.html">Feel free to comment on any of the articles.</a></p> <ul> + <li><a href="the-old-web-was-better.html">The Old Web Was Better</a> (9)</li> <li><a href="free-hardware.html">Free Hardware</a> (8)</li> <li>A Fragile Society (7)</li> <li><a href="copyright.html">Copyright: It's okay</a> (6)</li> diff --git a/article/the-old-web-was-better.html b/article/the-old-web-was-better.html new file mode 100644 index 0000000..3fa169d --- /dev/null +++ b/article/the-old-web-was-better.html @@ -0,0 +1,16 @@ +<!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>The Old Web Was Better</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>The Old Web Was Better</h1> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |