diff options
-rw-r--r-- | 404.txt | 16 | ||||
-rw-r--r-- | index.html | 4 |
2 files changed, 18 insertions, 2 deletions
diff --git a/404.txt b/404.txt new file mode 100644 index 0000000..5898209 --- /dev/null +++ b/404.txt @@ -0,0 +1,16 @@ +======================================================================== +- 404 Not Found - +======================================================================== + +The requested URL was not found on this World Wide Web server. + +If you followed a link from another page to this Website, it is +RECOMMENDED that notify the owner of the aforementioned page to update +per links. + +If you are a siteowner who linked to a page on this Website but the +linked page is missing, or if you bookmarked a page but it is missing, +please send an email to <webmaster@andrewyu.org>, or try to discover the +new link (if any) yourself. + +If you typed in the URL, you SHOULD re-check the link for typos. 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"> |