2025-02-06 19:20:16 +01:00
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html lang="en">
|
|
|
|
|
|
2025-02-17 00:03:44 +01:00
|
|
|
<head>
|
|
|
|
|
<title>Hello World</title>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
|
|
|
|
<script src="/javascript/index.js"></script>
|
|
|
|
|
</head>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
<h1>Bienvenido a la seca</h1>
|
|
|
|
|
<p>Usa Nostr para logearte</p>
|
|
|
|
|
<form onsubmit="login();return false">
|
|
|
|
|
<button type="submit">Login con extensión de Nostr</button>
|
|
|
|
|
</form>
|
|
|
|
|
<p>
|
|
|
|
|
¿No tienes cuenta de Nostr?
|
|
|
|
|
<a href="https://start.njump.me/" target="_blank" rel="noopener noreferrer">Crea una gratis</a>.
|
|
|
|
|
</p>
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|