Created
April 8, 2015 07:34
-
-
Save pietrom/ead4a5119b8a8bd8d584 to your computer and use it in GitHub Desktop.
Empty JSP with UTF-8 charset declaration
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <%@page contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %> | |
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN" "http://www.w3.org/TR/html4/strict.dtd"> | |
| <html> | |
| <head> | |
| <title></title> | |
| <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> | |
| <meta name="description" content="" /> | |
| <meta name="keywords" content="" /> | |
| </head> | |
| <body> | |
| </body> | |
| </html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment