15 lines
238 B
Plaintext
15 lines
238 B
Plaintext
<%@ taglib uri="http://java.sun.com/jsp/jstl/core" prefix="c" %>
|
|
<%@ page session="false" %>
|
|
<html>
|
|
<head>
|
|
<title>Home</title>
|
|
</head>
|
|
<body>
|
|
<h1>
|
|
Hello world!
|
|
</h1>
|
|
|
|
<P> The time on the server is ${serverTime}. </P>
|
|
</body>
|
|
</html>
|