Last active
August 29, 2015 14:18
-
-
Save terjokhin/dbb1f2f8add97690ffd4 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <table border = "0"> | |
| <tr> | |
| <td>Username</td><td><input type="text" id="Username" name="Username" value="@logInForm("Username").value" placeholder="Your Username"></td> | |
| </tr> | |
| <tr> | |
| <td>Password</td><td><input type="text" id="Username" name="Username" value="@logInForm("Password").value" placeholder="Your Password"></td> | |
| </tr> | |
| <tr> | |
| <td align = "right"> | |
| <a href="@routes.Application.start()"> | |
| <input type =Button value="Return" onClick="history.back()"> | |
| </a> | |
| </td> | |
| <td> | |
| <input type="submit" value="Log In" /> | |
| </td> | |
| </tr> | |
| </table> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment