diff options
Diffstat (limited to 'school')
-rw-r--r-- | school/contact.html | 6 | ||||
-rw-r--r-- | school/index.html | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/school/contact.html b/school/contact.html index 964896a..ac7eda0 100644 --- a/school/contact.html +++ b/school/contact.html @@ -2,13 +2,13 @@ <!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> + <title>Contact Runxi Yu (School)</title> <link rel="stylesheet" href="/style.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> + <h1>Contact Runxi Yu (School)</h1> <p> The following ways to contact me are recommended for school-related matters. <a href="/contact.html">Not school-related?</a> </p> @@ -19,7 +19,7 @@ </ul> <div id="footer"> <hr /> - <p><a href="/">Andrew Yu's Website</a></p> + <p><a href="/">Runxi Yu's Website</a></p> </div> </body> </html> diff --git a/school/index.html b/school/index.html index f560378..6bcbddf 100644 --- a/school/index.html +++ b/school/index.html @@ -1,13 +1,13 @@ <!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> + <title>Runxi Yu's School Stuff</title> <link rel="stylesheet" href="/style.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> + <h1>Runxi Yu's School Stuff</h1> <p>Hi. This page is only for those at my school. Some of these are just my reminders.</p> <hr /> <ul> @@ -17,7 +17,7 @@ </ul> <div id="footer"> <hr /> - <p><a href="/">Andrew Yu's Website</a></p> + <p><a href="/">Runxi Yu's Website</a></p> </div> </body> </html> |