JSP 파일 template

greenerous·2022년 2월 7일

preference > template 에서 등록

<%@page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8"%>
<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>   
<!DOCTYPE html>
<html lang="en">
<head>
   <meta charset="UTF-8">
   <meta http-equiv="X-UA-Compatible" content="IE=edge">
   <meta name="viewport" content="width=device-width, initial-scale=1.0">
   <title>Document</title>
   <%@ include file="/inc/asset.jsp" %>
   <style>
     
   </style>
</head>
<body>
   <!--  -->
   <div class="container">
      <h1 class="page-header"><small></small></h1>
   </div
   <script>
     
   </script>
</body>
</html>
profile
손이 바빠야해

0개의 댓글