diff options
Diffstat (limited to 'lovely/index.html')
-rw-r--r-- | lovely/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lovely/index.html b/lovely/index.html index d00b919..42e0b86 100644 --- a/lovely/index.html +++ b/lovely/index.html @@ -2,7 +2,7 @@ <html xmlns="http://www.w3.org/1999/xhtml" lang="en"> <head> <title>Andrew Yu's Website</title> - <link rel="stylesheet" href="/style.css" /> + <link rel="stylesheet" href="style.css" /> </head> <body> <h1>Andrew Yu's Website</h1> @@ -18,7 +18,7 @@ </div> <div class="wrapper"> <div id="majornote"> - <p>Hey there. I'm playing around with the CSS a little, so don't hover your pointer on anything or select text.</p> + <p>Welcome to the test site.</p> </div> <div id="campaign"> <p>It is our responsibility to spread free software and advocate for user freedom. Please don't waste any chances to do so. Sign <a href="https://my.fsf.org/give-students-userfreedom">the give students user freedom petition by the FSF</a> and fight against <a href="https://www.fsf.org/bulletin/2020/spring/trial-by-proprietary-software">trial in courts with proprietary software</a>.</p> |