summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--article/index.html1
-rw-r--r--article/the-old-web-was-better.html16
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&mdash;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>