diff --git a/src/layouts/Webpage.astro b/src/layouts/Webpage.astro
deleted file mode 100644
index 5de073f..0000000
--- a/src/layouts/Webpage.astro
+++ /dev/null
@@ -1,50 +0,0 @@
----
-import Metas from "../components/metas.astro"
-import Header from "../components/header.astro"
-import Footer from "../components/footer.astro"
----
-
-
-
-
-
-
- rhpidfyre.io
-
-
-
-
-
-
-
-
-
diff --git a/src/pages/index.astro b/src/pages/index.astro
deleted file mode 100644
index b51d34b..0000000
--- a/src/pages/index.astro
+++ /dev/null
@@ -1,15 +0,0 @@
----
-import Webpage from '../layouts/Webpage.astro';
-import Motd from '../components/terminal/motd.astro';
----
-
-
-
-
-
-
-
-
-
\ No newline at end of file