From 4ca9dd5ce9e0fc384b3b49fb1df43de4152d0e25 Mon Sep 17 00:00:00 2001 From: Kainoa Kanter Date: Sat, 5 Mar 2022 19:01:27 -0800 Subject: [PATCH] refactor --- icon/buildings (1).png => favicon.png | Bin index.html | 104 ++++++++++++++------------ style/style.css => style.css | 0 3 files changed, 56 insertions(+), 48 deletions(-) rename icon/buildings (1).png => favicon.png (100%) rename style/style.css => style.css (100%) diff --git a/icon/buildings (1).png b/favicon.png similarity index 100% rename from icon/buildings (1).png rename to favicon.png diff --git a/index.html b/index.html index 27268b1..81d41e3 100644 --- a/index.html +++ b/index.html @@ -1,52 +1,60 @@ - - Home - - - - - -
-
-
- -
-
- - - -
-
- - + updateClock(); + + diff --git a/style/style.css b/style.css similarity index 100% rename from style/style.css rename to style.css