diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-05-10 04:11:36 +0200 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-05-10 04:11:36 +0200 |
commit | 9c6fbe0eb1a5c7d5444b3dc0a4b9227cae565029 (patch) | |
tree | 5da4227533a41d5692abed0e1115675504224f37 /index.html | |
parent | 061c6742a1dd1c16b3638955df3ad67dcdb6d2e8 (diff) | |
download | www-9c6fbe0eb1a5c7d5444b3dc0a4b9227cae565029.tar.gz |
404 text and remove "'s Website"
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html index 4fb924f..651ae4e 100644 --- a/index.html +++ b/index.html @@ -1,12 +1,12 @@ <!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 Website</title> + <title>Andrew Yu</title> <link rel="stylesheet" href="/plain.css" /> <link rel="shortcut icon" href="/favicon.ico" type="image/x-icon" /> </head> <body> - <h1>Andrew Yu's Website</h1> + <h1>Andrew Yu</h1> <hr /> <div id="main"> <div id="nav"> |