diff --git a/src/components/ViewCounter.astro b/src/components/ViewCounter.astro
new file mode 100644
index 0000000..03415c3
--- /dev/null
+++ b/src/components/ViewCounter.astro
@@ -0,0 +1,58 @@
+
+
+ ?
+
+
unique visitors
+
+
+
+
+
diff --git a/src/pages/index.astro b/src/pages/index.astro
index 1dcb9ad..726f72f 100644
--- a/src/pages/index.astro
+++ b/src/pages/index.astro
@@ -1,5 +1,6 @@
---
import BaseLayout from '../layouts/BaseLayout.astro';
+import ViewCounter from "../components/ViewCounter.astro";
const title = 'Home';
const description = 'My little corner of the internet.';
@@ -16,6 +17,9 @@ const permalink = Astro?.site?.href ?? '/';
My online status:
Unknown
+
+
+
@@ -66,9 +70,7 @@ const permalink = Astro?.site?.href ?? '/';