summary refs log tree commit diff stats
path: root/school/index.html
diff options
context:
space:
mode:
authorAndrew Yu <andrew@andrewyu.org>2022-09-09 17:55:58 +0200
committerAndrew Yu <andrew@andrewyu.org>2022-09-09 17:55:58 +0200
commitb57c001f21efa083a8a62deaed3b095a617f113a (patch)
tree1bd78a7b45b4be5b724ca10b62b09f86df116483 /school/index.html
parent92c229db3f5d18adea339a74dcb8906a7a26f6e1 (diff)
downloadwww-b57c001f21efa083a8a62deaed3b095a617f113a.tar.gz
Automatic commit-push
Diffstat (limited to 'school/index.html')
-rw-r--r--school/index.html23
1 files changed, 23 insertions, 0 deletions
diff --git a/school/index.html b/school/index.html
new file mode 100644
index 0000000..d50bfb0
--- /dev/null
+++ b/school/index.html
@@ -0,0 +1,23 @@
+<!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 School Stuff</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>Andrew Yu's School Stuff</h1>
+		<p>Hi.  This page is only for those at my school.  Some of these are just my reminders.</p>
+		<ul>
+			<li>Student government election upcoming at the end of September.  Sign up before September 15th.</li>
+			<li><a href="cardiology.html">Cardiology introduction</a>, not constantly updated.  Poke me if you want an updated version.</li>
+			<li>Three detentions of the same kind results in a principal's detention.  Missing any detention results in a principal's detention.</li>
+			<li style="background-color: yellow;">Too much gossip is everywhere.  Please calm down a bit if that's you&mdash;you're ruining friendships.  Seriously!</li>
+		</ul>
+		<div id="footer">
+			<hr />
+			<p><a href="/">Andrew Yu's Website</a></p>
+		</div>
+	</body>
+</html>