summary refs log tree commit diff stats
path: root/life.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-09-11 18:08:19 +0200
committerAndrew Yu <andrew@andrewyu.org>2022-09-11 18:08:19 +0200
commit271d02ae6ed7ff4547c62fdee4a3a3d73f824c16 (patch)
treeec9c30c3d9986f7e913098498b14bded7da28e33 /life.html
parentcee6a0bc069d83e657dd13d3ca7ef09bfcf6c7f1 (diff)
downloadwww-271d02ae6ed7ff4547c62fdee4a3a3d73f824c16.tar.gz
&depoly
Diffstat (limited to 'life.html')
-rw-r--r--life.html21
1 files changed, 21 insertions, 0 deletions
diff --git a/life.html b/life.html
new file mode 100644
index 0000000..c72437b
--- /dev/null
+++ b/life.html
@@ -0,0 +1,21 @@
+<!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>Andrew Yu's Life Log</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>Andrew Yu's Life Log</h1>
+		<p>Short ``fun facts'' in life.  Kind-of like your average ``social media'' blog, but without a manipulative algorithm in the middle and without political ideas (which should be discussed extensively, see my articles for these).</p>
+		<hr />
+		<p>
+		September 21, 2022: First week of school, or the first two weeks depending on how you see it, was nice.  Humanities are challenging, other classes are generally easy.  Food is good.  People are way too good at sports.  Gossip is excessive.
+		</p>
+		<div id="footer">
+			<hr />
+			<p><a href="/">Andrew Yu's Website</a></p>
+		</div>
+	</body>
+</html>