20 lines
750 B
HTML
20 lines
750 B
HTML
<!DOCTYPE html>
|
|
<html lang="es">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Acceso al Portal · U-site</title>
|
|
<link rel="preconnect" href="https://fonts.googleapis.com">
|
|
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
|
<link href="https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap" rel="stylesheet">
|
|
<script src="https://cdn.tailwindcss.com"></script>
|
|
<style>
|
|
*, *::before, *::after { box-sizing: border-box; }
|
|
body { font-family: 'Inter', system-ui, -apple-system, sans-serif; background: #f1f5f9; }
|
|
</style>
|
|
</head>
|
|
<body class="min-h-screen flex items-center justify-center">
|
|
{{embed}}
|
|
</body>
|
|
</html>
|