tulip/pages/index-guest.go.html
2023-09-06 22:20:09 +01:00

18 lines
269 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<title>1f349 ID</title>
</head>
<body>
<header>
<h1>1f349 ID</h1>
</header>
<main>
<div>Not logged in</div>
<div>
<button onclick="location.href='/login'">Login</button>
</div>
</main>
</body>
</html>