Skip to content

Instantly share code, notes, and snippets.

@kasundm5566
Last active October 21, 2016 06:40
Show Gist options
  • Save kasundm5566/af2a7a16dba218c255643ba7ccb90876 to your computer and use it in GitHub Desktop.
Save kasundm5566/af2a7a16dba218c255643ba7ccb90876 to your computer and use it in GitHub Desktop.
<%@ page language="java" contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<title>My Demo Page</title>
</head>
<body>
${message}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment