sitegen/src/pages/friends/auth.marko

10 lines
307 B
Text

export const meta = { title: "password required" };
<main>
<form method="post" action="/friends">
<h1>what's the password</h1>
<input type="password" name="password"/>
<button type="submit">enter</button>
<p>(clover will give the password to you if you're a friend)</p>
</form>
</main>