Files
LayoutLaSalle/index.html
2025-03-11 11:07:44 -06:00

15 lines
507 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8" />
<link rel="icon" type="image/svg+xml" href="/vite.svg" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="./src/styles.css">
<title>Experiencia Digital</title>
</head>
<body>
<div class="min-h-screen bg-blue-800 flex flex-col items-center justify-center p-5 gap-20" id="root"></div>
<script type="module" src="./src/main.tsx"></script>
</body>
</html>