HeadMob.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748
  1. <!DOCTYPE html>
  2. <html lang="ko"
  3. xmlns:th="http://www.thymeleaf.org">
  4. <head th:fragment="head">
  5. <meta charset="utf-8"/>
  6. <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
  7. <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"/>
  8. <!-- <meta http-equiv="cache-control" content="no-cache"/> -->
  9. <!-- <meta http-equiv="expires" content="0"/> -->
  10. <!-- <meta http-equiv="pragma" content="no-cache"/> -->
  11. <meta name="Title" th:content="${metaBrowserTitle}" content="한세공식몰 스타일24"/>
  12. <meta name="description" th:content="${metaOgDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
  13. <meta name="keywords" th:content="${metaKeywords}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
  14. <meta property="og:type" content="website"/>
  15. <meta property="og:image" th:content="${metaOgImage}" content="/image/web/common/og_style24.png"/>
  16. <meta property="og:url" th:content="${@environment.getProperty('domain.front')}" content="http://www.style24.com"/>
  17. <meta property="og:title" th:content="${metaBrowserTitle}" content="스타일24"/>
  18. <meta property="og:description" th:content="${metaOgDesc}" content="한세공식몰,TBJ,FRJ,NBA,NBA KIDS,LPGA,PGATOUR,컬리수,모이몰른,MOIMOLN,리카앤,리바이스키즈,ANDEW,BUCKAROO,나이키키즈"/>
  19. <meta property="og:locale" content="ko_KR"/>
  20. <meta property="og:site_name" th:content="${metaBrowserTitle}" content="한세공식몰 스타일24"/>
  21. <title th:text="${metaBrowserTitle}">한세공식몰 스타일24</title>
  22. <link rel="icon" th:href="@{/images/favicon.ico}" href="favicon.ico" type="image/x-icon"/>
  23. <link rel="apple-touch-icon" href="/images/apple-touch-icon.png" sizes="180x180"/>
  24. <link rel="icon" href="/images/favicon-32x32.png" sizes="32x32" type="image/png"/>
  25. <link rel="icon" href="/images/favicon-16x16.png" sizes="16x16" type="image/png"/>
  26. <link rel="stylesheet" type="text/css" href="/ux/mo/css/swiper.min.css"/>
  27. <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"/>
  28. <script src="/ux/mo/js/jquery-3.5.1.min.js"></script>
  29. <script src="/ux/mo/js/jquery.modal.min.js"></script>
  30. <script src="/ux/mo/js/swiper.min.js"></script>
  31. <script src="/ux/plugins/jquery.serializeObject.min.js"></script>
  32. <script src="/ux/plugins/mcxdialog/mcxdialog_ui.js"></script>
  33. <!-- Global site tag (gtag.js) - Google Analytics -->
  34. <!-- <script async src="https://www.googletagmanager.com/gtag/js?id=UA-168660512-1"></script> -->
  35. <script>
  36. // window.dataLayer = window.dataLayer || [];
  37. // function gtag(){dataLayer.push(arguments);}
  38. // gtag('js', new Date());
  39. // gtag('config', 'UA-168660512-1');
  40. </script>
  41. </head>
  42. </html>