<!DOCTYPE html>

<html data-bs-theme="dark" lang="es">

<head>
	<meta charset="UTF-8">
	<title>Error 404 | Papadu</title>
	<link rel="shortcut icon" href="/assets/Icon.png"/>
	<link href="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/css/bootstrap.min.css" rel="stylesheet"
		integrity="sha384-QWTKZyjpPEjISv5WaRU9OFeRpok6YctnYmDr5pNlyT2bRjXh0JMhjY6hW+ALEwIH" crossorigin="anonymous">
	<link rel="icon">
	<style>
		html,
		body {
			height: 100%;
			/* Asegura que el body llene toda la ventana */
		}
		footer {
			margin-top: auto;
			/* Empuja el footer al final del contenedor flex */
		}
	</style>
</head>

<body class="d-flex flex-column justify-content-between">
        <header class="bg-body sticky-top">
	<div class="d-flex align-items-center justify-content-between px-3 py-3 border-bottom border-primary">
		<div class="col col-md d-flex my-auto">
			<a href="/home" class="col-md-auto d-flex link-body-emphasis nav-link">
				<img src="/assets/Icon.png" alt="Icon" class="img-fluid" style="height: 32px;" />
				<h3 class="my-auto ps-2">
					Papadu
				</h3>
			</a>
		</div>
		<ul class="nav col-md justify-content-center text-center p-0 my-auto">
			<li class="nav-item">
				<a href="/home" class="nav-link py-0" aria-current="page">
					Inicio
				</a>
			</li>
			<li class="">
				<a href="/servers" class="nav-link disabled py-0" aria-disabled="true">
					Servidores
				</a>
			</li>
			<li class="nav-item">
				<a href="/user/profile" class="nav-link disabled py-0" aria-disabled="true">
					Perfil
				</a>
			</li>
		</ul>
		<span class="col-md d-flex justify-content-end text-center my-auto">
			<a href="/user/login" class="col-md-auto btn btn-primary btn-sm disabled text-center my-auto mx-1">
				<span class=" my-auto px-1 text-body-secondary fs-5">Inicia Sesión</span>
			</a>
			<a href="/user/register" class="col-md-auto btn btn-outline-primary btn-sm text-center my-auto mx-1">
				<span class=" my-auto px-1 text-body-secondary fs-5">Registrate</span>
			</a>
			<a href="/qs/theme" class="col-md-auto nav-link text-center my-auto">
				<span class=" my-auto px-2 text-body-secondary fs-5">☀️</span>
			</a>
		</span>
	</div>
	<div class="d-flex flex-row px-3 py-1 justify-content-between border-bottom border-primary-subtle">
		<p class="col-md-2 text-start my-auto mx-2">Estado de los servidores:</p>
		<ul class="nav col-md d-flex justify-content-center p-0 mx-2 my-auto">
			<li class="col-md-auto border-start border-end border-primary-subtle my-auto px-4">🔴 Minecraft</li>
			<li class="col-md-auto border-start border-end border-primary-subtle my-auto px-4">🔴 Valheim</li>
		</ul>
		<div class="col-md-2 d-flex justify-content-end mx-2 my-auto">
			<p class="my-auto">Algún día terminaré esta página</p>
		</div>
	</div>
</header>
        <div class="text-center">
                <h1 class="py-3">Error 404</h1>
                <p class="py-3">No se encuentra la página  sitemap.xml.</p>
                <a href="/home" class="py-3" ><h3>Volver al Inicio</h3></a>
        </div>
        <footer class="bg-body d-flex flex-wrap justify-content-between align-items-baseline py-3 my-4 border-top border-primary p-5">
	<div>
		De momento no hay footer 🖕
	</div>
	<script src="https://cdn.jsdelivr.net/npm/bootstrap@5.3.3/dist/js/bootstrap.bundle.min.js"
		integrity="sha384-YvpcrYf0tY3lHB60NNkmXc5s9fDVZLESaAA55NDzOxhy9GkcIdslK1eN7N6jIeHz"
		crossorigin="anonymous"></script>
</footer>
</body>

</html>