From 21cc58cb8c505da35a8109072aed69806d107280 Mon Sep 17 00:00:00 2001 From: zepp Date: Mon, 28 Oct 2024 11:06:13 -0400 Subject: [PATCH] Switch to local stylesheeet as CDN was unreliable --- .gitignore | 9 ++++++++- index.html | 6 ++++-- style/{style.css => additional-style.css} | 0 3 files changed, 12 insertions(+), 3 deletions(-) rename style/{style.css => additional-style.css} (100%) diff --git a/.gitignore b/.gitignore index d3984ca..287afac 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1,8 @@ -img/ \ No newline at end of file +img/ +dist/ +fonts/ +icon/ +node_modules/ +package-lock.json +package.json +style.css \ No newline at end of file diff --git a/index.html b/index.html index 1e31935..66430e2 100644 --- a/index.html +++ b/index.html @@ -3,8 +3,10 @@ - - + + + + Baxter's Desktop diff --git a/style/style.css b/style/additional-style.css similarity index 100% rename from style/style.css rename to style/additional-style.css