It looks like this is a web page, not a feed. I looked for a feed associated with this page, but couldn't find one. Please enter the address of your feed to validate.

Source: http://paylog.kr

  1. <!DOCTYPE html>
  2. <head>
  3. <meta name="google-site-verification" content="UDW4qZLselHq1T7heyFO8q03GdTgAb2jyzEK7Zn8DmM" />
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  5. <title>페이로그 PAYLOG</title>
  6.  
  7. <meta name="google-site-verification" content="UDW4qZLselHq1T7heyFO8q03GdTgAb2jyzEK7Zn8DmM" />
  8. <meta name="naver-site-verification" content="a1185c2767a66b0e3a2731f3273b77cc1e6a12b8"/>
  9. <meta property="og:type" content="website">
  10. <meta property="og:title" content="페이로그 PAYLOG">
  11. <meta property="og:description" content="진짜 무료쇼핑몰 모든 용량 무제한 5분만에 고퀄리티 웹, 모바일 최적화 쇼핑몰 개설">
  12.  
  13. <meta name="description" content="진짜 무료쇼핑몰 모든 용량 무제한 5분만에 고퀄리티 웹, 모바일 최적화 쇼핑몰 개설">
  14. <meta property="og:description" content="진짜 무료쇼핑몰 모든 용량 무제한 5분만에 고퀄리티 웹, 모바일 최적화 쇼핑몰 개설">
  15.  
  16. <link rel="canonical" href="http://paylog.kr/">
  17.  
  18.  
  19. <link rel="stylesheet" type="text/css" href="http://paylog.kr/examples.css" />
  20. <link rel="stylesheet" type="text/css" href="http://paylog.kr/css/jquery.fullPage.css" />
  21. <link rel="stylesheet" type="text/css" href="http://paylog.kr/login.css" />
  22.   <link rel="stylesheet" href="http://paylog.kr/css/feature-carousel.css" charset="utf-8" />
  23.  
  24.  
  25. <!--[if IE]>
  26. <script type="text/javascript">
  27. var console = { log: function() {} };
  28. </script>
  29. <![endif]-->
  30. <script src="https://maps.googleapis.com/maps/api/js?v=3.exp&sensor=false"></script>
  31. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
  32. <script src="http://ajax.googleapis.com/ajax/libs/jqueryui/1.9.1/jquery-ui.min.js"></script>
  33. <script src="http://cdnjs.cloudflare.com/ajax/libs/waypoints/2.0.3/waypoints.min.js"></script>
  34.  <script src="http://paylog.kr/js/jquery.featureCarousel.min.js" type="text/javascript" charset="utf-8"></script>
  35. <script type="text/javascript" src="http://paylog.kr/js/login.js"></script>
  36. <script type="text/javascript" src="http://paylog.kr/js/jquery.fullPage.js"></script>
  37. <script type="text/javascript" src="http://paylog.kr/js/jquery.counterup.js"></script>
  38.  
  39. <script type="text/javascript">
  40.  
  41. $(document).ready(function() {
  42.  
  43.     var carousel = $("#carousel").featureCarousel({
  44.          // include options like this:
  45.          // (use quotes only for string values, and no trailing comma after last option)
  46.          // option: value,
  47.          // option: value
  48.        });
  49.  
  50.        $("#but_prev").click(function () {
  51.          carousel.prev();
  52.        });
  53.        $("#but_pause").click(function () {
  54.          carousel.pause();
  55.        });
  56.        $("#but_start").click(function () {
  57.          carousel.start();
  58.        });
  59.        $("#but_next").click(function () {
  60.          carousel.next();
  61.        });
  62.  
  63. $(function() {
  64. $(".meter > span").each(function() {
  65. $(this)
  66. .data("origWidth", $(this).width())
  67. .width(0)
  68. .animate({
  69. width: $(this).data("origWidth")
  70. }, 1800);
  71. });
  72. });
  73.  
  74. $('#content').fullpage({
  75. anchors: ['firstPage', 'secondPage', '3rdPage','4rdPage','5rdPage'],
  76. menu: '#menu',
  77. loopTop: true,
  78. loopBottom: true,
  79. afterLoad: function(anchorLink, index){
  80.  
  81.  
  82.  
  83. if(index == 1){
  84. $('.counter').counterUp({
  85. delay: 10,
  86. time: 1000
  87. });
  88. $(".meter > span").each(function() {
  89. $(this)
  90. .data("origWidth", $(this).width())
  91. .width(0)
  92. .animate({
  93. width: $(this).data("origWidth")
  94. }, 1800);
  95. });
  96. }
  97.  
  98.  
  99.  
  100.  
  101. //section 2
  102. if(index == 2){
  103. $('#section1').find('#left_info').delay(100).animate({
  104. right: '0%'
  105.  
  106. }, 1700, 'easeOutExpo');
  107.  
  108. $('#section1').find('#right_info').delay(100).animate({
  109. left: '0%'
  110. }, 1700, 'easeOutExpo');
  111.  
  112.  
  113. }else{
  114. $('#section1').find('#left_info').delay(100).animate({
  115. right: '100%'
  116. }, 1700, 'easeOutExpo');
  117. $('#section1').find('#right_info').delay(100).animate({
  118. left: '100%'
  119. }, 1700, 'easeOutExpo');
  120.  
  121. }
  122.  
  123. //section 3
  124. if(anchorLink == '3rdPage'){
  125. //moving the image
  126. $('#section2').find('.intro').delay(500).animate({
  127. left: '0%'
  128. }, 1500, 'easeOutExpo');
  129. }
  130. }
  131.  
  132.  
  133. });
  134. });
  135.  
  136.  
  137.  
  138. function goPage(){
  139.  
  140.  
  141. location.href="http://paylog.kr/member/make_home.php"
  142.  
  143. }
  144. function go_to_home(){
  145.  
  146. location.href="http://"
  147. }
  148. </script>
  149. </head>
  150. <body>
  151.  
  152.  
  153. <div class="title_head">
  154. <div class='main' style="height:80px;position: absolute;">
  155.  
  156. <ul id="menu">
  157. <li  class="logo"><a href="#firstPage">PAYLOG</a></li>
  158. <li data-menuanchor="firstPage">
  159. <a href="#firstPage">페이로그</a>
  160. </li>
  161. <li data-menuanchor="secondPage"><a href="#secondPage">페이로그 장점</a>
  162. </li>
  163.  
  164. <li data-menuanchor="3rdPage"><a href="#3rdPage">이용 사례</a>
  165. </li>
  166. <li data-menuanchor="4rdPage"><a href="#4rdPage">서비스 신청</a>
  167. </li>
  168. <li data-menuanchor="5rdPage"><a href="#5rdPage">고객 센터</a>
  169. </li>
  170.  
  171.  
  172.  
  173.  
  174.  
  175. <li class="member" style="background:whtie;"><a href="#" class="outlogin_wrap_open"><p>로그인</p></a></li>
  176. <li class="member"><a href="http://paylog.kr/member/register.php"><p> 회원 가입</p> </a> </li>
  177.                 </ul>
  178.  
  179. </div>
  180. <meta name="naver-site-verification" content="1db3da9d6b1d4a7950131a847f052df9cef241ed"/>
  181.  
  182. <!-- Global site tag (gtag.js) - Google Analytics -->
  183. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-135131478-1"></script>
  184. <script>
  185.  window.dataLayer = window.dataLayer || [];
  186.  function gtag(){dataLayer.push(arguments);}
  187.  gtag('js', new Date());
  188.  
  189.  gtag('config', 'UA-135131478-1');
  190. </script>
  191.  
  192.  
  193. <!-- 로그인 폼 -->
  194. <!-- 로그인 전 외부로그인 시작 -->
  195. <div class="outlogin_wrap">
  196. <div class="outlogin_bg"></div>
  197. <div class="outlogin_wrap_area" id="layer_outlogin">
  198.  
  199. <form name="foutlogin" action="./member/login_check.php" onsubmit="return fhead_submit(this);" method="post" autocomplete="off">
  200. <fieldset>
  201.        <input type="hidden" name="url" value="http://paylog.kr">
  202. <div id="login-box">
  203. <a id="outlogin_wrap_close" href="#" >X</a>
  204. <h3 style="text-align:left;">Login</H2>
  205.  
  206. <div id="field_box">
  207. <div id="login-box-field" >
  208. <input id="mb_id" name="mb_id" type="text" placeholder="아이디"
  209. maxlength="50" itemname="아이디" required minlength="2" ></div>
  210.  
  211. <div id="login-box-field">
  212. <input name="mb_password" type="password" placeholder="비밀번호"
  213. maxlength="20" itemname="패스워드" required  style="border-bottom:1px solid black;" ></div>
  214.  <div class="login-box-options" >
  215.  <div class="login_forget">
  216.                         <dl> <dd>아이디/비밀번호를 잊으셨나요?</dd> <dd> 비밀번호 /ID 찾기 </dd>
  217.      </dl>
  218.  </div>
  219.  
  220.            <input type="submit" value="로그인" class="sub_btn">
  221.   <br>
  222. <input type="button" value="회원 가입" class="join_btn" type="button">
  223.  
  224.  
  225. </div>
  226. </div>
  227.  
  228. </div>
  229. </form>
  230. </fieldset>
  231. </div>
  232.  
  233.  
  234.  
  235. </div>
  236.  
  237. <script>
  238.    $('.join_btn').click(function() {
  239.     /* Act on the event */
  240.           location.replace('http://paylog.kr/member/register.php')
  241.  
  242.    });
  243.  
  244. </script>
  245.  
  246.  
  247. <!--로그인 폼 끝 -->
  248.  
  249.  
  250.  
  251. <!--페이지 시작 -->
  252.  
  253. <div id="content" >
  254. <div class="menu">
  255. <div class="section " id="section0">
  256.  
  257. <div class="content_01">
  258. <div class="slide_section">
  259.  
  260. <ul>
  261.                   <li><img src="./img/main_13.png" alt='쇼핑몰 제작'> </li>
  262.  
  263.      <li> <img src="./img/info.png"> <br><br> <br>     <div><button id='start_btn'  class="outlogin_wrap_open"> 지금 바로 시작하기</button> </div>
  264.                          
  265.  
  266. <br><br><br>
  267. <div id="process">
  268.  
  269.  
  270. <img src="./img/main_37.png"> <dd> 페이로그 제작기간   <img src="./img/main_36.png">  </dd>
  271. <div class="meter">
  272. <span style="width: 100%">
  273. </span>
  274.     </div>
  275.  
  276.  
  277. <br>
  278.  
  279.  
  280.     <img src="./img/main_43.png"> <dd> 타업체 쇼핑몰 제작기간<img src="./img/main_48.png">  </dd>
  281.  
  282. <div class="meter animate">
  283. <span style="width: 50%"><span></span>
  284. </div>
  285.  
  286. </li>
  287.  
  288. </ul>
  289.  
  290. </div>
  291.  
  292.  
  293. <div class="visit_info">
  294. <ul>
  295. <li> 오늘 방문자 <br> <br><span class="counter">
  296. 107</span>&nbsp;명</li>
  297. <li> 총 방문자 <br><br><span class="counter">115044</span>&nbsp;명 </li>
  298. <li> 운영중인 쇼핑몰 <br><br> <span class="counter">13</span>&nbsp;개</li>
  299. </ul>
  300.  
  301. </div>
  302.  
  303.  
  304.  
  305. </div>
  306. </div>
  307. <!--  -->
  308.     <div class="section" id="section1">
  309.  
  310. <div class="content_01">
  311.  
  312. <div id="left_info">
  313. <img src="./img/01_06.png" >
  314. </div>
  315.  
  316. <div id="right_info">
  317. <img src="./img/01_09.png" >
  318. </div>
  319.  
  320.  
  321.  
  322. </div>
  323. </div>
  324.  
  325. <!--  -->
  326.  
  327.  
  328.  
  329. <div class="section" id="section2">
  330.  
  331. <div class="menu">
  332.  
  333.     <div class="test">
  334.  
  335. <!-- <ul>
  336. <li>페션의류</li>
  337. <li>종합쇼핑몰</li>
  338. <li>유아/아동</li>
  339. <li>잡화/화장품</li>
  340. <li>가정용품</li>
  341. <li style="clear:both">건강/취미</li>
  342. <li>식품</li>
  343. <li>컴퓨터/통신</li>
  344. <li>도서/음반</li>
  345. <li>서비스/여행</li>
  346. </ul> -->
  347. </div>
  348.   <div class="carousel-container">
  349.  
  350.      <div id="carousel">
  351.        <div class="carousel-feature">
  352.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog1.jpg"></a>
  353.          <div class="carousel-caption">
  354.  
  355.          </div>
  356.        </div>
  357.        <div class="carousel-feature">
  358.     <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog2.jpg"></a>
  359.          <div class="carousel-caption">
  360.  
  361.          </div>
  362.        </div>
  363.        <div class="carousel-feature">
  364.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog3.jpg"></a>
  365.          <div class="carousel-caption">
  366.  
  367.          </div>
  368.        </div>
  369.        <div class="carousel-feature">
  370.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog4.jpg"></a>
  371.        </div>
  372.        <div class="carousel-feature">
  373.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog5.jpg"></a>
  374.          <div class="carousel-caption">
  375.  
  376.          </div>
  377.        </div>
  378.      </div>
  379.  
  380.      <div id="carousel-left"><img src="images/arrow-left.png" /></div>
  381.      <div id="carousel-right"><img src="images/arrow-right.png" /></div>
  382.    </div>
  383.     </div>
  384.  
  385. </div>
  386.  
  387.  
  388.  
  389.  
  390.  
  391.  
  392. <div class="section" id="section3">
  393. <div class="content_03">
  394.       <div style="border:0px solid black; width:50%;height:530px;">
  395.       <div style="padding-top:50px;">
  396.   <span> <font color="#4a70f7" size="6">페이로그 </font><font size=6 color=black>서비스 신청 </font></span>
  397.         <br><br>
  398.   <div><button id='start_btn'  class="outlogin_wrap_open"> 지금 바로 시작하기</button> </div>
  399.                           <br>
  400.                          <span> <font color=black>보다 자세한 안내를 원하시면 전화주세요. </font></span><br>
  401.  <span>  <font color=black>진철한 안내로 고객님께 만족을 드리겠습니다. </font></span>
  402.                    </div>
  403.  </div>
  404.  
  405.  
  406. </div>
  407. </div>
  408.  
  409.  
  410.  
  411.  
  412.  
  413. <div class="section" id="section4">
  414. <div class="content_04">
  415.  
  416.  
  417.  <div id="con_text">
  418.                     <span>쇼핑몰을 가장 쉽게 제작할 수 있는 서비스  </span><br>
  419.     <p> 보다 자세한 안내를 원하시면 이용해 주세요 </p><br>
  420.  
  421.   </div>
  422.  
  423.   <div class="contact_us">
  424.  
  425.  
  426.  <div id="con_table">
  427.   <table border=0>
  428.                <tr>
  429.    <td> 이름</td>
  430. <td> 업종</td>
  431. </tr>
  432. <tr>
  433.    <td> <input type="text" id="mb_name" name="mb_name"></td>
  434. <td> <input type="text" id="mb_type" name="mb_type"></td>
  435. </tr>
  436.  
  437. <tr>
  438.    <td> 전화번호</td>
  439. <td> 이메일</td>
  440. </tr>
  441. <tr>
  442.    <td> <input type="text" id="mb_tel" name="mb_tel"></td>
  443. <td> <input type="text" id="mb_email"  name="mb_email"  value='' ></td>
  444. </tr>
  445.  
  446. <tr>
  447.    <td colspan='2'> 내용</td>
  448.  
  449. </tr>
  450. <tr>
  451.  <td colspan='2'><TEXTAREA style="width: 530px;height:160px;" id="mb_content"  name="mb_content" > </TEXTAREA></td>
  452.  
  453. </tr>
  454.  
  455. <tr>
  456.  
  457.  <td colspan='2' style="text-align:center; padding-top:10px;"><button id="con_sub">문의 하기</button></td>
  458.  
  459. </tr>
  460.   </table>
  461.  
  462.           </div>
  463.   </div>
  464. <div id="ft" style="padding-top: 20px; padding-bottom: 20px;">
  465.  
  466.        <a href="http://paylog.kr/" id="ft_logo"  style="padding-top: 30px;">PAYLOG</a>
  467. <div>
  468.       <!-- <ul>
  469.            <li><a href="http://paylog.kr/bbs/content.php?co_id=company">회사소개</a></li>
  470.            <li><a href="http://paylog.kr/bbs/content.php?co_id=provision">서비스이용약관</a></li>
  471.            <li><a href="http://paylog.kr/bbs/content.php?co_id=privacy">개인정보 취급방침</a></li>
  472.        </ul>  -->
  473.        <p>
  474.            <span><b>회사명</b> (주)마이모빌라우드</span>
  475.            <span><b>주소</b> 경기도 부천시 안곡로 209, 3층(괴안동)</span><br>
  476.            <span><b>사업자 등록번호</b> 130-86-66758</span>
  477.            <span><b>대표</b> 신창훈</span>
  478.            <span><b>전화</b> 070-8244-2162</span>
  479.            <span><b>팩스</b> 02-6442-7470</span><br>
  480.            <!-- <span><b>운영자</b> </span><br> -->
  481.  
  482.  
  483. <!--<span><b>통신판매업신고번호</b> </span>
  484.            <span><b>개인정보관리책임자</b> </span>
  485.              -->
  486.            <br>
  487.            Copyright &copy; 페이로그. All Rights Reserved.
  488.        </p>
  489.  
  490.    </div>
  491. </div>
  492.  
  493. </div>
  494.  
  495. </body>
  496.  
  497.  
  498. </html>
  499.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda