diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-09-12 16:31:38 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-09-12 16:31:38 +0200 |
commit | 8a38fbcdccbfc6cb408b5a5c11f17acba0192ab2 (patch) | |
tree | d6361b2f68cf77df84e393943a1d677abc91363e /school/contact.html | |
parent | fb98e9c547fb67382d8eeeaeb7c9a94f67198ae6 (diff) | |
download | www-8a38fbcdccbfc6cb408b5a5c11f17acba0192ab2.tar.gz |
govproposals
Diffstat (limited to 'school/contact.html')
-rw-r--r-- | school/contact.html | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/school/contact.html b/school/contact.html new file mode 100644 index 0000000..c9195d5 --- /dev/null +++ b/school/contact.html @@ -0,0 +1,25 @@ + +<!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>Contact Andrew Yu (School)</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>Contact Andrew Yu (School)</h1> + <p> + The following ways to contact me are recommended. + </p> + <ul> + <li>Talk to me in real life. For those at the Songjiang Campus: I'm often in the library at noon time, before tutor time that is. I'm often on the tracks during MW3 and at Neuroscience (N201) during TT3. I'm usually in E104 from 21:00.</li> + <li>Electronic mail to <code>s22537@ykpaoschool.cn</code>.</li> + <li>Paper mail to E104.</li> + </ul> + <div id="footer"> + <hr /> + <p><a href="/">Andrew Yu's Website</a></p> + </div> + </body> +</html> |