diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-09-11 08:57:30 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-09-11 08:57:30 +0200 |
commit | cee6a0bc069d83e657dd13d3ca7ef09bfcf6c7f1 (patch) | |
tree | a91606780251d6e265275128f1d78ed256b23cad | |
parent | 07b9f717ae14c88d2d05cf32c702eabe31ec6e34 (diff) | |
download | www-cee6a0bc069d83e657dd13d3ca7ef09bfcf6c7f1.tar.gz |
e
-rw-r--r-- | home.html | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/home.html b/home.html new file mode 100644 index 0000000..4a74853 --- /dev/null +++ b/home.html @@ -0,0 +1,31 @@ +<!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's HTML Browser Homepage</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's HTML Browser Homepage</h1> + <ul> + <li><a href="https://www.andrewyu.org/">Andrew's Website</a></li> + <li><a href="https://evosaur.andrewyu.org/">The Evosaur Project</a></li> + </ul> + <h2>School</h2> + <ul> + <li><a href="https://www.andrewyu.org/school/">Andrew's School Stuff Page</a></li> + <li><a href="https://ykps.andrewyu.org/">School Activities Site</a> (WIP)</li> + <li><a href="https://outlook.office.com/mail/">School Webmail</a></li> + <li><a href="https://powerschool.ykpaoschool.cn/">PowerSchool SIS</a></li> + </ul> + <h3>People</h3> + <ul> + <li><a href="http://davidma.cn/">David Ma (Lin Xuan)</a> (FORCEJS, NOTLS)</li> + </ul> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |