diff options
Diffstat (limited to 'school')
-rw-r--r-- | school/contact.html | 2 | ||||
-rw-r--r-- | school/index.html | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/school/contact.html b/school/contact.html index ca0c246..964896a 100644 --- a/school/contact.html +++ b/school/contact.html @@ -3,7 +3,7 @@ <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="stylesheet" href="/style.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> </head> diff --git a/school/index.html b/school/index.html index c6fde23..f560378 100644 --- a/school/index.html +++ b/school/index.html @@ -2,7 +2,7 @@ <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="stylesheet" href="/style.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> <meta charset="utf-8" /> </head> |