Skip to content

Instantly share code, notes, and snippets.

View arturboronat's full-sized avatar

Artur Boronat arturboronat

View GitHub Profile
<!DOCTYPE HTML>
<%@ taglib prefix="c" uri="http://java.sun.com/jstl/core" %>
<html lang="en">
<head>
<title>JSP output</title>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
</head>
<body>
<p>Hello, ${name} !</p>
</body>