Details XD

This commit is contained in:
2024-04-16 11:28:35 +02:00
parent 82251d5272
commit 0befb1f4f1
8 changed files with 114 additions and 121 deletions

View File

@ -3,7 +3,7 @@ const { title, description, lang, themeOverride } = Astro.props;
import { ViewTransitions } from 'astro:transitions';
import Navbar from "../components/Navbar.astro";
import "../style/index.css";
import "../style/globals.css";
//import "../style/globals.css";
---
<!doctype html>