diff options
Diffstat (limited to 'microblog/index.html')
-rw-r--r-- | microblog/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/microblog/index.html b/microblog/index.html index 240833f..13939dd 100644 --- a/microblog/index.html +++ b/microblog/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 Microblog</title> + <title>Runxi Yu's Microblog</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 Microblog</h1> + <h1>Runxi Yu's Microblog</h1> <p id="intro"> This is my <i>microblog</i>, a place for me to jot down random thoughts that I want to keep, but are too small enough to constitute a real article/post. </p> @@ -55,7 +55,7 @@ </p> <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> |