Advertisement
Guest User

Untitled

a guest
Dec 5th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.87 KB | None | 0 0
  1. <%--
  2. Created by IntelliJ IDEA.
  3. User: Lara
  4. Date: 04/12/2018
  5. Time: 17:48
  6. To change this template use File | Settings | File Templates.
  7. --%>
  8. <%@ taglib prefix="s" uri="/struts-tags"%>
  9. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  10. pageEncoding="ISO-8859-1"%>
  11. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  12. <html>
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  15. <title>DropMusic</title>
  16. <p>DropMusic</p>
  17. <p>Login</p>
  18. </head>
  19. <body>
  20. <s:form action="login" method="post">
  21. <s:text name="Username:" />
  22. <s:textfield name="username" /><br>
  23. <s:text name="Password:" />
  24. <s:password name="password" /><br>
  25. <s:submit />
  26. </s:form>
  27. </body>
  28. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement