Skip to content

Instantly share code, notes, and snippets.

@localghost666
Created July 6, 2017 05:47
Show Gist options
  • Save localghost666/7c4415b17fb28e681bb80e87b4dda109 to your computer and use it in GitHub Desktop.
Save localghost666/7c4415b17fb28e681bb80e87b4dda109 to your computer and use it in GitHub Desktop.
A JSP+HTML5+UTF-8 Template for Eclipse
<%@ page contentType="text/html; charset=${encoding}" %>
<!DOCTYPE html>
<html>
<head>
<meta charset="${encoding}" />
<title>Insert title here</title>
</head>
<body>
${cursor}
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment