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 | |
| parent | refactor(css): class names (diff) | |
| download | startpage-759b077631f9562dfa71ce249fea4dfcae6108ca.tar.xz startpage-759b077631f9562dfa71ce249fea4dfcae6108ca.zip | |
refactor(css): move directory
| -rw-r--r-- | css/colors.css (renamed from colors.css) | 0 | ||||
| -rw-r--r-- | css/index.css (renamed from index.css) | 0 | ||||
| -rw-r--r-- | css/unifont-12.0.01.woff2 (renamed from unifont-12.0.01.woff2) | bin | 1605860 -> 1605860 bytes | |||
| -rw-r--r-- | index.html | 4 |
4 files changed, 2 insertions, 2 deletions
diff --git a/colors.css b/css/colors.css index f6ebb4d..f6ebb4d 100644 --- a/colors.css +++ b/css/colors.css diff --git a/index.css b/css/index.css index 081900c..081900c 100644 --- a/index.css +++ b/css/index.css diff --git a/unifont-12.0.01.woff2 b/css/unifont-12.0.01.woff2 Binary files differindex d6e201a..d6e201a 100644 --- a/unifont-12.0.01.woff2 +++ b/css/unifont-12.0.01.woff2 @@ -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> |