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