19 lines
323 B
Plaintext
19 lines
323 B
Plaintext
---
|
|
Title: Login
|
|
Extends: theme.step
|
|
---
|
|
|
|
You must log in before accessing this content.
|
|
|
|
<form action="login.step" method="POST">
|
|
<input type="password" name="password" placeholder="Password">
|
|
<input type="submit" value="Log in">
|
|
</form>
|
|
|
|
---
|
|
|
|
<details>
|
|
<summary>Hint</summary>
|
|
<p>The password is 4444.</p>
|
|
</details>
|