summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-12 19:46:10 -0700
committerFuwn <[email protected]>2023-09-12 19:46:29 -0700
commit759b077631f9562dfa71ce249fea4dfcae6108ca (patch)
treedc7994e0bb3a49ca178ced99a0f478bab837458b
parentrefactor(css): class names (diff)
downloadstartpage-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)bin1605860 -> 1605860 bytes
-rw-r--r--index.html4
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
index d6e201a..d6e201a 100644
--- a/unifont-12.0.01.woff2
+++ b/css/unifont-12.0.01.woff2
Binary files differ
diff --git a/index.html b/index.html
index 405c823..4f2ff81 100644
--- a/index.html
+++ b/index.html
@@ -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>