Files
oc/tests/pages/login.html
T

8 lines
243 B
HTML

<html><head><title>Sign in</title></head><body>
<form action="/login">
<input type="email" name="email" placeholder="Email">
<input type="password" name="password">
<button type="submit">Sign in</button>
</form>
</body></html>