Skip to content

Instantly share code, notes, and snippets.

@arturboronat
Created November 2, 2016 17:50
Show Gist options
  • Save arturboronat/06f6ab48084406f846aafbcd9ceecc7d to your computer and use it in GitHub Desktop.
Save arturboronat/06f6ab48084406f846aafbcd9ceecc7d to your computer and use it in GitHub Desktop.
<!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>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment