| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748 |
- <!DOCTYPE html>
- <html lang="ko"
- xmlns:th="http://www.thymeleaf.org">
- <head th:fragment="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, maximum-scale=1.0, minimum-scale=1.0, user-scalable=no, target-densitydpi=medium-dpi"/>
- <!-- <meta http-equiv="cache-control" content="no-cache"/> -->
- <!-- <meta http-equiv="expires" content="0"/> -->
- <!-- <meta http-equiv="pragma" content="no-cache"/> -->
- <meta name="Title" th:content="${metaBrowserTitle}" content="한세공식몰 스타일24"/>
- <meta name="description" th:content="${metaOgDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
- <meta name="keywords" th:content="${metaKeywords}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
- <meta property="og:type" content="website"/>
- <meta property="og:image" th:content="${metaOgImage}" content="/image/web/common/og_style24.png"/>
- <meta property="og:url" th:content="${@environment.getProperty('domain.front')}" content="http://www.style24.com"/>
- <meta property="og:title" th:content="${metaBrowserTitle}" content="스타일24"/>
- <meta property="og:description" th:content="${metaOgDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
- <meta property="og:locale" content="ko_KR"/>
- <meta property="og:site_name" th:content="${metaBrowserTitle}" content="한세공식몰 스타일24"/>
-
- <title th:text="${metaBrowserTitle}">한세공식몰 스타일24</title>
- <link rel="icon" th:href="@{/images/favicon.ico}" href="favicon.ico" type="image/x-icon"/>
- <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" sizes="180x180"/>
- <link rel="icon" href="/images/favicon-32x32.png" sizes="32x32" type="image/png"/>
- <link rel="icon" href="/images/favicon-16x16.png" sizes="16x16" type="image/png"/>
-
- <link rel="stylesheet" type="text/css" href="/ux/mo/css/swiper.min.css"/>
- <link rel="stylesheet" type="text/css" th:href="@{'/ux/mo/css/style24.m.css?v=' + ${#calendars.format(#calendars.createNow(), 'yyyyMMddHHmmss')}}" href="/ux/mo/css/style24.m.css"/>
-
- <script src="/ux/mo/js/jquery-3.5.1.min.js"></script>
- <script src="/ux/mo/js/jquery.modal.min.js"></script>
- <script src="/ux/mo/js/swiper.min.js"></script>
- <script src="/ux/plugins/jquery.serializeObject.min.js"></script>
- <script src="/ux/plugins/mcxdialog/mcxdialog_ui.js"></script>
- <!-- Global site tag (gtag.js) - Google Analytics -->
- <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-168660512-1"></script> -->
- <script>
- // window.dataLayer = window.dataLayer || [];
- // function gtag(){dataLayer.push(arguments);}
- // gtag('js', new Date());
- // gtag('config', 'UA-168660512-1');
- </script>
- </head>
- </html>
|