fix: load compact hero header styles
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
<!DOCTYPE html>
|
<!DOCTYPE html>
|
||||||
<html lang="es">
|
<html lang="es">
|
||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<meta charset="UTF-8" />
|
||||||
@@ -9,6 +9,7 @@
|
|||||||
/>
|
/>
|
||||||
<title>Comunidad Hispana - HLL Vietnam</title>
|
<title>Comunidad Hispana - HLL Vietnam</title>
|
||||||
<link rel="stylesheet" href="./assets/css/styles.css" />
|
<link rel="stylesheet" href="./assets/css/styles.css" />
|
||||||
|
<link rel="stylesheet" href="./assets/css/hero-header-compact.css" />
|
||||||
</head>
|
</head>
|
||||||
<body
|
<body
|
||||||
data-backend-base-url="http://127.0.0.1:8000"
|
data-backend-base-url="http://127.0.0.1:8000"
|
||||||
@@ -81,7 +82,7 @@
|
|||||||
<div class="panel__shell">
|
<div class="panel__shell">
|
||||||
<div class="panel__header panel__header--servers">
|
<div class="panel__header panel__header--servers">
|
||||||
<div>
|
<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>
|
<h2 id="servers-title">Estado actual de servidores</h2>
|
||||||
</div>
|
</div>
|
||||||
<p class="status-chip status-chip--fallback" id="servers-badge">
|
<p class="status-chip status-chip--fallback" id="servers-badge">
|
||||||
@@ -124,3 +125,4 @@
|
|||||||
<script src="./assets/js/main.js"></script>
|
<script src="./assets/js/main.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user