first commit

This commit is contained in:
Raul Lugo
2026-01-15 15:05:42 +01:00
parent f6d3c9b108
commit 385175b49c
14 changed files with 1071 additions and 21 deletions

View File

@@ -0,0 +1,15 @@
---
import "@/styles/global.css";
import "../styles/global.css"
---
<html lang="es">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<slot />
</body>
</html>