diff options
Diffstat (limited to 'school/index.html')
-rw-r--r-- | school/index.html | 23 |
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—you're ruining friendships. Seriously!</li> + </ul> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |