Skip to content

Instantly share code, notes, and snippets.

@sh0seo
Created August 12, 2019 15:19
Show Gist options
  • Save sh0seo/4b237be0ea227692b6193b691316a353 to your computer and use it in GitHub Desktop.
Save sh0seo/4b237be0ea227692b6193b691316a353 to your computer and use it in GitHub Desktop.
<!-- 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