<!DOCTYPE html><html><head><title>Login</title></head><body><form method="post" action="/login"><label>Username: <input type="text" name="username"></label><br><label>Password: <input type="password" name="password"></label><br><button type="submit">Login</button></form></body></html>