pan-domain-auth-example/app/views/login.scala.html (11 lines of code) (raw):

<html> <head><title>demo login</title></head> <body> <form method="post"> first name: <input type="text" name="first" /><br> last name: <input type="text" name="last" /><br> email: <input type="text" name="email" /><br> <input type="submit" name="login"> </form> </body> </html>