diff options
| author | Fuwn <[email protected]> | 2023-09-12 19:46:10 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 19:46:29 -0700 |
| commit | 759b077631f9562dfa71ce249fea4dfcae6108ca (patch) | |
| tree | dc7994e0bb3a49ca178ced99a0f478bab837458b /index.html | |
| parent | refactor(css): class names (diff) | |
| download | startpage-759b077631f9562dfa71ce249fea4dfcae6108ca.tar.xz startpage-759b077631f9562dfa71ce249fea4dfcae6108ca.zip | |
refactor(css): move directory
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -7,8 +7,8 @@ <title>~/</title> <link rel="stylesheet" href="/home/fuwn/.cache/wal/colors.css" /> - <link rel="stylesheet" href="./colors.css" /> - <link rel="stylesheet" href="./index.css" /> + <link rel="stylesheet" href="./css/colors.css" /> + <link rel="stylesheet" href="./css/index.css" /> </head> <body> |