Firejob

welcome.jsp

Feb 9th, 2016
132
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.62 KB | None | 0 0
  1. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  2. pageEncoding="ISO-8859-1"%>
  3. <%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
  4.  
  5. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  9. <link rel="stylesheet"
  10. href="//netdna.bootstrapcdn.com/boootstrap/3.0.0/css/bootstrap.main.css">
  11.  
  12. <title>Witaj</title>
  13. </head>
  14. <body>
  15.  
  16. <div class="jumbotron">
  17. <div class="container">
  18. <h1>${greeting}</h1>
  19. <p>${tagline}</p>
  20. </div>
  21. </div>
  22.  
  23. </body>
  24. </html>
Add Comment
Please, Sign In to add comment