Advertisement
Guest User

Untitled

a guest
May 24th, 2017
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 0.66 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2.    pageEncoding="ISO-8859-1"%>
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  4. <html>
  5. <head>
  6. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  7. <title>Insert title here</title>
  8. </head>
  9. <body>
  10.  
  11. <div style="margin: auto; width: 800px;">
  12.  
  13. <h3>This is the second page. Connection here is secure.</h3>
  14.  
  15. <div>
  16. If you want to return to the previous page, press the button.
  17. </div>
  18.  
  19. <br>
  20.  
  21. <button style ="float: right;" onclick="window.location.href='/BnKS/Welcome'" >Second Page</button>
  22.  
  23.  
  24. </div>
  25.  
  26. </body>
  27. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement