diff options
author | Andrew Yu <andrew@andrewyu.org> | 2022-01-24 03:17:49 +0800 |
---|---|---|
committer | Andrew Yu <andrew@andrewyu.org> | 2022-01-24 03:17:49 +0800 |
commit | bc1652a50e4db1db2beafcefef9337739f7f1a27 (patch) | |
tree | 51dee2d623f1ce99a11b7db875f9781634076d4b | |
parent | 7652988c8a39cd24b1d0f38e10aaeb434bf40ad1 (diff) | |
download | www-bc1652a50e4db1db2beafcefef9337739f7f1a27.tar.gz |
maybe use a styled css again
-rw-r--r-- | index.html | 2 | ||||
-rw-r--r-- | plain.css (renamed from style.css) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/index.html b/index.html index e46e630..e6c6e28 100644 --- a/index.html +++ b/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="/favor.css" /> </head> <body> <h1>Andrew Yu's Website</h1> diff --git a/style.css b/plain.css index 956656e..956656e 100644 --- a/style.css +++ b/plain.css |