summaryrefslogtreecommitdiff
path: root/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2023-09-12 19:45:18 -0700
committerFuwn <[email protected]>2023-09-12 19:45:18 -0700
commit1092b7f5baa085924f796d1456e619b5b35c33e6 (patch)
treec9454925774656f89e5d7f81fee08ff9f0b68bf1 /index.html
parentrefactor(js): update standards (diff)
downloadstartpage-1092b7f5baa085924f796d1456e619b5b35c33e6.tar.xz
startpage-1092b7f5baa085924f796d1456e619b5b35c33e6.zip
refactor(css): class names
Diffstat (limited to 'index.html')
-rw-r--r--index.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.html b/index.html
index 283c2a2..405c823 100644
--- a/index.html
+++ b/index.html
@@ -22,8 +22,8 @@
<div class="weather" id="weather">
<div id="weather">
- <div id="current"></div>
- <div id="tmrrw"></div>
+ <div id="current-weather"></div>
+ <div id="tomorrows-weather"></div>
</div>
</div>