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. <li data-menuanchor="3rdPage"><a href="#3rdPage">이용 사례</a>
  164. </li>
  165. <li data-menuanchor="4rdPage"><a href="#4rdPage">서비스 신청</a>
  166. </li>
  167. <li data-menuanchor="5rdPage"><a href="#5rdPage">고객 센터</a>
  168. </li>
  169.  
  170.  
  171.  
  172.  
  173.  
  174. <li class="member" style="background:whtie;"><a href="#" class="outlogin_wrap_open"><p>로그인</p></a></li>
  175. <li class="member"><a href="http://paylog.kr/member/register.php"><p> 회원 가입</p> </a> </li>
  176.                 </ul>
  177.  
  178. </div>
  179. <meta name="naver-site-verification" content="1db3da9d6b1d4a7950131a847f052df9cef241ed"/>
  180.  
  181. <!-- Global site tag (gtag.js) - Google Analytics -->
  182. <script async src="https://www.googletagmanager.com/gtag/js?id=UA-135131478-1"></script>
  183. <script>
  184.  window.dataLayer = window.dataLayer || [];
  185.  function gtag(){dataLayer.push(arguments);}
  186.  gtag('js', new Date());
  187.  
  188.  gtag('config', 'UA-135131478-1');
  189. </script>
  190.  
  191.  
  192. <!-- 로그인 폼 -->
  193. <!-- 로그인 전 외부로그인 시작 -->
  194. <div class="outlogin_wrap">
  195. <div class="outlogin_bg"></div>
  196. <div class="outlogin_wrap_area" id="layer_outlogin">
  197.  
  198. <form name="foutlogin" action="./member/login_check.php" onsubmit="return fhead_submit(this);" method="post" autocomplete="off">
  199. <fieldset>
  200.        <input type="hidden" name="url" value="http://paylog.kr">
  201. <div id="login-box">
  202. <a id="outlogin_wrap_close" href="#" >X</a>
  203. <h3 style="text-align:left;">Login</H2>
  204.  
  205. <div id="field_box">
  206. <div id="login-box-field" >
  207. <input id="mb_id" name="mb_id" type="text" placeholder="아이디"
  208. maxlength="50" itemname="아이디" required minlength="2" ></div>
  209.  
  210. <div id="login-box-field">
  211. <input name="mb_password" type="password" placeholder="비밀번호"
  212. maxlength="20" itemname="패스워드" required  style="border-bottom:1px solid black;" ></div>
  213.  <div class="login-box-options" >
  214.  <div class="login_forget">
  215.                         <dl> <dd>아이디/비밀번호를 잊으셨나요?</dd> <dd> 비밀번호 /ID 찾기 </dd>
  216.      </dl>
  217.  </div>
  218.  
  219.            <input type="submit" value="로그인" class="sub_btn">
  220.   <br>
  221. <input type="button" value="회원 가입" class="join_btn" type="button">
  222.  
  223.  
  224. </div>
  225. </div>
  226.  
  227. </div>
  228. </form>
  229. </fieldset>
  230. </div>
  231.  
  232.  
  233.  
  234. </div>
  235.  
  236. <script>
  237.    $('.join_btn').click(function() {
  238.     /* Act on the event */
  239.           location.replace('http://paylog.kr/member/register.php')
  240.  
  241.    });
  242.  
  243. </script>
  244.  
  245.  
  246. <!--로그인 폼 끝 -->
  247.  
  248.  
  249.  
  250. <!--페이지 시작 -->
  251.  
  252. <div id="content" >
  253. <div class="menu">
  254. <div class="section " id="section0">
  255.  
  256. <div class="content_01">
  257. <div class="slide_section">
  258.  
  259. <ul>
  260.                   <li><img src="./img/main_13.png" alt='쇼핑몰 제작'> </li>
  261.  
  262.      <li> <img src="./img/info.png"> <br><br> <br>     <div><button id='start_btn'  class="outlogin_wrap_open"> 지금 바로 시작하기</button> </div>
  263.                          
  264.  
  265. <br><br><br>
  266. <div id="process">
  267.  
  268.  
  269. <img src="./img/main_37.png"> <dd> 페이로그 제작기간   <img src="./img/main_36.png">  </dd>
  270. <div class="meter">
  271. <span style="width: 100%">
  272. </span>
  273.     </div>
  274.  
  275.  
  276. <br>
  277.  
  278.  
  279.     <img src="./img/main_43.png"> <dd> 타업체 쇼핑몰 제작기간<img src="./img/main_48.png">  </dd>
  280.  
  281. <div class="meter animate">
  282. <span style="width: 50%"><span></span>
  283. </div>
  284.  
  285. </li>
  286.  
  287. </ul>
  288.  
  289. </div>
  290.  
  291.  
  292. <div class="visit_info">
  293. <ul>
  294. <li> 오늘 방문자 <br> <br><span class="counter">
  295. 27</span>&nbsp;명</li>
  296. <li> 총 방문자 <br><br><span class="counter">127792</span>&nbsp;명 </li>
  297. <li> 운영중인 쇼핑몰 <br><br> <span class="counter">13</span>&nbsp;개</li>
  298. </ul>
  299.  
  300. </div>
  301.  
  302.  
  303.  
  304. </div>
  305. </div>
  306. <!--  -->
  307.     <div class="section" id="section1">
  308.  
  309. <div class="content_01">
  310.  
  311. <div id="left_info">
  312. <img src="./img/01_06.png" >
  313. </div>
  314.  
  315. <div id="right_info">
  316. <img src="./img/01_09.png" >
  317. </div>
  318.  
  319.  
  320.  
  321. </div>
  322. </div>
  323.  
  324. <!--  -->
  325.  
  326.  
  327.  
  328. <div class="section" id="section2">
  329.  
  330. <div class="menu">
  331.  
  332.     <div class="test">
  333.  
  334. <!-- <ul>
  335. <li>페션의류</li>
  336. <li>종합쇼핑몰</li>
  337. <li>유아/아동</li>
  338. <li>잡화/화장품</li>
  339. <li>가정용품</li>
  340. <li style="clear:both">건강/취미</li>
  341. <li>식품</li>
  342. <li>컴퓨터/통신</li>
  343. <li>도서/음반</li>
  344. <li>서비스/여행</li>
  345. </ul> -->
  346. </div>
  347.   <div class="carousel-container">
  348.  
  349.      <div id="carousel">
  350.        <div class="carousel-feature">
  351.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog1.jpg"></a>
  352.          <div class="carousel-caption">
  353.  
  354.          </div>
  355.        </div>
  356.        <div class="carousel-feature">
  357.     <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog2.jpg"></a>
  358.          <div class="carousel-caption">
  359.  
  360.          </div>
  361.        </div>
  362.        <div class="carousel-feature">
  363.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog3.jpg"></a>
  364.          <div class="carousel-caption">
  365.  
  366.          </div>
  367.        </div>
  368.        <div class="carousel-feature">
  369.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog4.jpg"></a>
  370.        </div>
  371.        <div class="carousel-feature">
  372.          <a href="#"><img class="carousel-image" alt="Image Caption" src="images/paylog5.jpg"></a>
  373.          <div class="carousel-caption">
  374.  
  375.          </div>
  376.        </div>
  377.      </div>
  378.  
  379.      <div id="carousel-left"><img src="images/arrow-left.png" /></div>
  380.      <div id="carousel-right"><img src="images/arrow-right.png" /></div>
  381.    </div>
  382.     </div>
  383.  
  384. </div>
  385.  
  386.  
  387.  
  388.  
  389.  
  390.  
  391. <div class="section" id="section3">
  392. <div class="content_03">
  393.       <div style="border:0px solid black; width:50%;height:530px;">
  394.       <div style="padding-top:50px;">
  395.   <span> <font color="#4a70f7" size="6">페이로그 </font><font size=6 color=black>서비스 신청 </font></span>
  396.         <br><br>
  397.   <div><button id='start_btn'  class="outlogin_wrap_open"> 지금 바로 시작하기</button> </div>
  398.                           <br>
  399.                          <span> <font color=black>보다 자세한 안내를 원하시면 전화주세요. </font></span><br>
  400.  <span>  <font color=black>진철한 안내로 고객님께 만족을 드리겠습니다. </font></span>
  401.                    </div>
  402.  </div>
  403.  
  404.  
  405. </div>
  406. </div>
  407.  
  408.  
  409.  
  410.  
  411.  
  412. <div class="section" id="section4">
  413. <div class="content_04">
  414.  
  415.  
  416.  <div id="con_text">
  417.                     <span>쇼핑몰을 가장 쉽게 제작할 수 있는 서비스  </span><br>
  418.     <p> 보다 자세한 안내를 원하시면 이용해 주세요 </p><br>
  419.  
  420.   </div>
  421.  
  422.   <div class="contact_us">
  423.  
  424.  
  425.  <div id="con_table">
  426.   <table border=0>
  427.                <tr>
  428.    <td> 이름</td>
  429. <td> 업종</td>
  430. </tr>
  431. <tr>
  432.    <td> <input type="text" id="mb_name" name="mb_name"></td>
  433. <td> <input type="text" id="mb_type" name="mb_type"></td>
  434. </tr>
  435.  
  436. <tr>
  437.    <td> 전화번호</td>
  438. <td> 이메일</td>
  439. </tr>
  440. <tr>
  441.    <td> <input type="text" id="mb_tel" name="mb_tel"></td>
  442. <td> <input type="text" id="mb_email"  name="mb_email"  value='' ></td>
  443. </tr>
  444.  
  445. <tr>
  446.    <td colspan='2'> 내용</td>
  447.  
  448. </tr>
  449. <tr>
  450.  <td colspan='2'><TEXTAREA style="width: 530px;height:160px;" id="mb_content"  name="mb_content" > </TEXTAREA></td>
  451.  
  452. </tr>
  453.  
  454. <tr>
  455.  
  456.  <td colspan='2' style="text-align:center; padding-top:10px;"><button id="con_sub">문의 하기</button></td>
  457.  
  458. </tr>
  459.   </table>
  460.  
  461.           </div>
  462.   </div>
  463. <div id="ft" style="padding-top: 20px; padding-bottom: 20px;">
  464.  
  465.        <a href="http://paylog.kr/" id="ft_logo"  style="padding-top: 30px;">PAYLOG</a>
  466. <div>
  467.       <!-- <ul>
  468.            <li><a href="http://paylog.kr/bbs/content.php?co_id=company">회사소개</a></li>
  469.            <li><a href="http://paylog.kr/bbs/content.php?co_id=provision">서비스이용약관</a></li>
  470.            <li><a href="http://paylog.kr/bbs/content.php?co_id=privacy">개인정보 취급방침</a></li>
  471.        </ul>  -->
  472.        <p>
  473.            <span><b>회사명</b> (주)마이모빌라우드</span>
  474.            <span><b>주소</b> 경기도 부천시 안곡로 209, 3층(괴안동)</span><br>
  475.            <span><b>사업자 등록번호</b> 130-86-66758</span>
  476.            <span><b>대표</b> 신창훈</span>
  477.            <span><b>전화</b> 070-8244-2162</span>
  478.            <span><b>팩스</b> 02-6442-7470</span><br>
  479.            <!-- <span><b>운영자</b> </span><br> -->
  480.  
  481.  
  482. <!--<span><b>통신판매업신고번호</b> </span>
  483.            <span><b>개인정보관리책임자</b> </span>
  484.              -->
  485.            <br>
  486.            Copyright &copy; 페이로그. All Rights Reserved.
  487.        </p>
  488.  
  489.    </div>
  490. </div>
  491.  
  492. </div>
  493.  
  494. </body>
  495.  
  496.  
  497. </html>
  498.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda