9 lines
254 B
Text
9 lines
254 B
Text
|
<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>
|