Advertisement
Guest User

Untitled

a guest
Aug 28th, 2014
199
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.51 KB | None | 0 0
  1. <%@taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
  2. <%@page import="main.Main"%>
  3. <%@ page language="java" contentType="text/html; charset=ISO-8859-1"
  4.     pageEncoding="ISO-8859-1"%>
  5.    
  6. <%
  7.     Main main = new Main();
  8. %>
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  10. <html>
  11. <head>
  12. <meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
  13. <title>Insert title here</title>
  14. <c:out value="<b>hey"/>
  15. </head>
  16. <body>
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement