fix: load compact hero header styles

This commit is contained in:
devRaGonSa
2026-05-26 10:42:22 +02:00
parent 096031a9b6
commit 6c66535089

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!DOCTYPE html>
<html lang="es">
<head>
<meta charset="UTF-8" />
@@ -9,6 +9,7 @@
/>
<title>Comunidad Hispana - HLL Vietnam</title>
<link rel="stylesheet" href="./assets/css/styles.css" />
<link rel="stylesheet" href="./assets/css/hero-header-compact.css" />
</head>
<body
data-backend-base-url="http://127.0.0.1:8000"
@@ -81,7 +82,7 @@
<div class="panel__shell">
<div class="panel__header panel__header--servers">
<div>
<p class="eyebrow eyebrow--section">Servidores públicos</p>
<p class="eyebrow eyebrow--section">Servidores públicos</p>
<h2 id="servers-title">Estado actual de servidores</h2>
</div>
<p class="status-chip status-chip--fallback" id="servers-badge">
@@ -124,3 +125,4 @@
<script src="./assets/js/main.js"></script>
</body>
</html>