From 582f753a9370c00f82ddd0ea0c4bf842df318a96 Mon Sep 17 00:00:00 2001 From: Pinapelz Date: Thu, 17 Oct 2024 01:16:32 -0700 Subject: initial moeification --- src/pages/index.astro | 60 +++++++++++++++------------------------------------ 1 file changed, 17 insertions(+), 43 deletions(-) (limited to 'src/pages') diff --git a/src/pages/index.astro b/src/pages/index.astro index 1ce438f..a1b25e9 100644 --- a/src/pages/index.astro +++ b/src/pages/index.astro @@ -1,60 +1,34 @@ --- -import Layout from '../layouts/Layout.astro'; -import Profile from '../components/Profile.astro'; -import List from '../components/List.astro'; -import Shadow from '../components/Shadow.astro' +import Layout from "../layouts/Layout.astro"; +import Profile from "../components/Profile.astro"; +import List from "../components/List.astro"; +import Footer from "../components/Footer.astro"; +import FooterImage from "../assets/603.gif"; --- - +
- - - + + + +
+ rosemi gif +
+
- - \ No newline at end of file -- cgit v1.2.3