diff --git a/.htaccess b/public/.htaccess
similarity index 100%
rename from .htaccess
rename to public/.htaccess
diff --git a/public/img/clear_sky.webp b/public/img/clear_sky.webp
new file mode 100644
index 0000000..a18c058
Binary files /dev/null and b/public/img/clear_sky.webp differ
diff --git a/src/components/WeatherandTime.astro b/src/components/WeatherandTime.astro
new file mode 100644
index 0000000..99bb318
--- /dev/null
+++ b/src/components/WeatherandTime.astro
@@ -0,0 +1,112 @@
+
+
+
+
\ No newline at end of file
diff --git a/src/layouts/Layout.astro b/src/layouts/Layout.astro
index cc5eb7a..8f4a53c 100644
--- a/src/layouts/Layout.astro
+++ b/src/layouts/Layout.astro
@@ -1,6 +1,7 @@
---
import MainHeader from '../components/MainHeader.astro';
import Footer from '../components/Footer.astro';
+import WeatherandTime from '../components/WeatherandTime.astro';
export interface Props {
title: string; metaTitle: string; description: string; ogImg: string; tiwtterCard: string; tiwtterImage: string; tiwtterTitle: string; tiwtterDesc: string; tiwtterURL: string; artPubTime: string; artUpdtTime: string; ogSiteName: string; ogType: string; ogTitle: string; ogDesc: string; ogURL: string; canonical: string;
}
@@ -57,9 +58,9 @@ const { title, metaTitle, description, ogImg, tiwtterCard, tiwtterImage, tiwtter
-
-