diff --git a/index.html b/index.html
new file mode 100644
index 00000000..7d04ccf2
--- /dev/null
+++ b/index.html
@@ -0,0 +1,44 @@
+
+
+
+
+
${currentWeather[0].temp}°
+
${currentWeather[0].place}
+
${currentWeather[0].conditions}
+
+
+
${forecast[5 + 8].condition}
+
${forecast[5 + 8].temp}°
+
+
${forecast[5 + 8].day}
+
+
+
${forecast[5 + 16].condition}
+
${forecast[5 + 16].temp}°
+
+
${forecast[5 + 16].day}
+
+
+
${forecast[5 + 24].condition}
+
${forecast[5 + 24].temp}°
+
+
${forecast[5 + 24].day}
+
+
+
${forecast[5 + 32].condition}
+
${forecast[5 + 32].temp}°
+
+
${forecast[5 + 32].day}
+
`;
+
+ document.querySelector('.forecast').insertAdjacentHTML('beforeend', template);
+}
\ No newline at end of file
diff --git a/style.css b/style.css
new file mode 100644
index 00000000..e69de29b