diff --git a/index.html b/index.html
index 7b1fbab..86d0286 100644
--- a/index.html
+++ b/index.html
@@ -54,21 +54,10 @@
°C
-
+
-
Tue
-
-
-
- 18°12°
-
-
+
diff --git a/script.js b/script.js
index 1da92fb..e6fdd3f 100644
--- a/script.js
+++ b/script.js
@@ -59,3 +59,18 @@ let searchFormElement = document.querySelector("#search-form");
searchFormElement.addEventListener("submit", handleSearchSubmit);
searchCity("Cape Town");
+
+let forecast = document.querySelector("#forecast");
+
+forecast.innerHTML = `
Tue
+
+
+
+ 18°12°
+
+
`;