26 lines
1.1 KiB
Plaintext
26 lines
1.1 KiB
Plaintext
<%@ page language="java" contentType="text/html; charset=utf-8" pageEncoding="utf-8"%>
|
|
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
|
<%@ taglib prefix="decorator" uri="http://www.opensymphony.com/sitemesh/decorator" %>
|
|
|
|
<%@ taglib prefix="compress" uri="http://htmlcompressor.googlecode.com/taglib/compressor"%>
|
|
|
|
<!DOCTYPE html>
|
|
<html lang="kr">
|
|
<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"> -->
|
|
<link rel="stylesheet" href="/publish/testcss/css/reset.css">
|
|
<link rel="stylesheet" href="/publish/testcss/css/font.css">
|
|
<link rel="stylesheet" href="/publish/testcss/css/sample.css">
|
|
<link rel="stylesheet" href="/pb/css/popup.css">
|
|
<script src="/publish/js/jquery-3.5.0.js"></script>
|
|
<script src="/publish/js/common.js"></script>
|
|
</head>
|
|
<script type="text/javascript" src="<c:url value='/js/EgovCmmUtl.js'/>" ></script>
|
|
<script src="/js/ncms_common.js"></script>
|
|
<decorator:head />
|
|
<!-- body 시작 -->
|
|
<decorator:body />
|
|
<!-- body 끝 -->
|
|
</html> |