12345678910111213141516171819202122232425262728293031323334353637383940414243 |
- <!DOCTYPE html>
- <html lang="ko">
- <head>
- <meta charset="UTF-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge">
- <title></title>
- <meta name="robots" content="noindex, nofollow" />
- <meta name="Description" content="" />
- <meta name="Keywords" content="" />
- <meta name="Author" content="" />
- <meta name="HandheldFriendly" content="true" />
- <meta name="format-detection" content="telephone=no">
- <meta name="apple-mobile-web-app-capable" content="yes" />
- <meta name="apple-mobile-web-app-status-bar-style" content="black" />
-
- <meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
- <meta http-equiv="Expires" content="0">
- <meta http-equiv="Pragma" content="no-cache">
- <link rel="shortcut icon" type="image/png" href="./images/favicon.ico"/>
- <link rel="stylesheet" href="./bootstrap/dist/css/bootstrap.min.css" />
- <link rel="stylesheet" href="./bootstrap-datepicker/css/bootstrap-datepicker3.css" />
- <link rel="stylesheet" href="./bootstrap-fileUpload/dist/bootstrap-FileUpload.css" />
- <link rel="stylesheet" href="./css/ui.jqgrid-bootstrap.css" />
- <link rel="stylesheet" href="./css/style.css" />
-
- <script>
- var CONN_KEY; //Jwt 토큰을 담기위한 변수
- </script>
- <script src="./js/app/properties.js"></script>
- <script src="./js/require.min.js" data-main="./js/app/popup.js"></script>
- </head>
- <body style="padding: 10px; background-color: #fff;">
- <div id="ITP_POPUP">
- <div class="itp_pic fnPopupPreview"></div>
- <div class="itp_preview_bottom">
- <input id="ITP_POPUP_CHK_TODAY" type="checkbox" class="itp_check">
- 오늘 하루 그만 보기
- </div>
- </div>
- </body>
- </html>
|