diff options
| author | Fuwn <[email protected]> | 2023-09-12 19:45:18 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2023-09-12 19:45:18 -0700 |
| commit | 1092b7f5baa085924f796d1456e619b5b35c33e6 (patch) | |
| tree | c9454925774656f89e5d7f81fee08ff9f0b68bf1 /index.html | |
| parent | refactor(js): update standards (diff) | |
| download | startpage-1092b7f5baa085924f796d1456e619b5b35c33e6.tar.xz startpage-1092b7f5baa085924f796d1456e619b5b35c33e6.zip | |
refactor(css): class names
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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> |