basic marquee roller done

This commit is contained in:
Xanazf 2024-10-29 01:42:25 +02:00
parent f5edced908
commit a417b18c94
Signed by: Xanazf
GPG key ID: 4E4A5AD1FB748427
5 changed files with 213 additions and 64 deletions

View file

@ -1,5 +1,5 @@
---
import Header from "@components/Header.astro";
//import Header from "@components/Header.astro";
import Footer from "@src/components/Footer.astro";
import Head from "@config/Head.astro";
import PreTheme from "@config/PreTheme.astro";
@ -18,7 +18,7 @@ const { title, description } = Astro.props;
<PreTheme />
</head>
<body class="baselayout">
<Header />
<!--<Header />-->
<slot />
<Footer />
</body>