sitegen/src/pages/friends/auth.marko

11 lines
307 B
Text
Raw Normal View History

2025-06-21 16:04:57 -07:00
export const meta = { title: "password required" };
2025-06-15 23:42:10 -07:00
<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>