puerta/internal/server/index.html

29 lines
1.0 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
<meta charset="utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>puerta@nidi.to</title>
<link rel="stylesheet" href="https://cdn.rob.mx/css/fonts.css" />
<link rel="stylesheet" href="https://cdn.rob.mx/nidito/index.css" />
<link rel="stylesheet" href="/static/index.css" />
<script src="https://cdn.jsdelivr.net/npm/@teamhanko/hanko-webauthn@latest/dist/browser-global/hanko-webauthn.browser-global.js"></script>
</head>
<body>
<header id="main-header">
<div class="container">
<h1>Puerta</h1>
<p>Ábrete sésamo</p>
</div>
</header>
<main class="container">
<form id="open" method="post" action="/open">
<button id="rex">Abrir</button>
</form>
</main>
<script src="/static/index.js" async="async"></script>
</body>
</html>