This commit is contained in:
2025-06-10 01:05:27 +02:00
parent feeba4ff00
commit 627b999423

View File

@@ -5,11 +5,7 @@ interface Props {
const { title = "KarkarCar" } = Astro.props;
import { Image } from 'astro:assets';
import logo from './src/images/logo-urdina.png';
import './src/styles/global.css'
import '../styles/global.css'
---
<!DOCTYPE html>