Created
August 12, 2019 15:19
-
-
Save sh0seo/4b237be0ea227692b6193b691316a353 to your computer and use it in GitHub Desktop.
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
<!-- index.jsp --> | |
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8" %> | |
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %> | |
<html lang="en"> | |
<head> | |
<meta charset="UTF-8"> | |
<title>${title}</title> | |
</head> | |
<body> | |
title : ${title} | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment