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: https://owe8g.site/

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4. <head>
  5.    <meta charset="UTF-8">
  6.    <meta name="viewport" content="width=device-width, initial-scale=1.0">
  7. <style type="text/css">.lf-progress {
  8.  -webkit-appearance: none;
  9.  -moz-apperance: none;
  10.  width: 100%;
  11.  /* margin: 0 10px; */
  12.  height: 4px;
  13.  border-radius: 3px;
  14.  cursor: pointer;
  15. }
  16. .lf-progress:focus {
  17.  outline: none;
  18.  border: none;
  19. }
  20. .lf-progress::-moz-range-track {
  21.  cursor: pointer;
  22.  background: none;
  23.  border: none;
  24.  outline: none;
  25. }
  26. .lf-progress::-webkit-slider-thumb {
  27.  -webkit-appearance: none !important;
  28.  height: 13px;
  29.  width: 13px;
  30.  border: 0;
  31.  border-radius: 50%;
  32.  background: #0fccce;
  33.  cursor: pointer;
  34. }
  35. .lf-progress::-moz-range-thumb {
  36.  -moz-appearance: none !important;
  37.  height: 13px;
  38.  width: 13px;
  39.  border: 0;
  40.  border-radius: 50%;
  41.  background: #0fccce;
  42.  cursor: pointer;
  43. }
  44. .lf-progress::-ms-track {
  45.  width: 100%;
  46.  height: 3px;
  47.  cursor: pointer;
  48.  background: transparent;
  49.  border-color: transparent;
  50.  color: transparent;
  51. }
  52. .lf-progress::-ms-fill-lower {
  53.  background: #ccc;
  54.  border-radius: 3px;
  55. }
  56. .lf-progress::-ms-fill-upper {
  57.  background: #ccc;
  58.  border-radius: 3px;
  59. }
  60. .lf-progress::-ms-thumb {
  61.  border: 0;
  62.  height: 15px;
  63.  width: 15px;
  64.  border-radius: 50%;
  65.  background: #0fccce;
  66.  cursor: pointer;
  67. }
  68. .lf-progress:focus::-ms-fill-lower {
  69.  background: #ccc;
  70. }
  71. .lf-progress:focus::-ms-fill-upper {
  72.  background: #ccc;
  73. }
  74. .lf-player-container :focus {
  75.  outline: 0;
  76. }
  77. .lf-popover {
  78.  position: relative;
  79. }
  80.  
  81. .lf-popover-content {
  82.  display: inline-block;
  83.  position: absolute;
  84.  opacity: 1;
  85.  visibility: visible;
  86.  transform: translate(0, -10px);
  87.  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  88.  transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  89. }
  90.  
  91. .lf-popover-content.hidden {
  92.  opacity: 0;
  93.  visibility: hidden;
  94.  transform: translate(0, 0px);
  95. }
  96.  
  97. .lf-player-btn-container {
  98.  display: flex;
  99.  align-items: center;
  100. }
  101. .lf-player-btn {
  102.  cursor: pointer;
  103.  fill: #999;
  104.  width: 14px;
  105. }
  106.  
  107. .lf-player-btn.active {
  108.  fill: #555;
  109. }
  110.  
  111. .lf-popover {
  112.  position: relative;
  113. }
  114.  
  115. .lf-popover-content {
  116.  display: inline-block;
  117.  position: absolute;
  118.  background-color: #ffffff;
  119.  opacity: 1;
  120.  
  121.  transform: translate(0, -10px);
  122.  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  123.  transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  124.  padding: 10px;
  125. }
  126.  
  127. .lf-popover-content.hidden {
  128.  opacity: 0;
  129.  visibility: hidden;
  130.  transform: translate(0, 0px);
  131. }
  132.  
  133. .lf-arrow {
  134.  position: absolute;
  135.  z-index: -1;
  136.  content: '';
  137.  bottom: -9px;
  138.  border-style: solid;
  139.  border-width: 10px 10px 0px 10px;
  140. }
  141.  
  142. .lf-left-align,
  143. .lf-left-align .lfarrow {
  144.  left: 0;
  145.  right: unset;
  146. }
  147.  
  148. .lf-right-align,
  149. .lf-right-align .lf-arrow {
  150.  right: 0;
  151.  left: unset;
  152. }
  153.  
  154. .lf-text-input {
  155.  border: 1px #ccc solid;
  156.  border-radius: 5px;
  157.  padding: 3px;
  158.  width: 60px;
  159.  margin: 0;
  160. }
  161.  
  162. .lf-color-picker {
  163.  display: flex;
  164.  flex-direction: row;
  165.  justify-content: space-between;
  166.  height: 90px;
  167. }
  168.  
  169. .lf-color-selectors {
  170.  display: flex;
  171.  flex-direction: column;
  172.  justify-content: space-between;
  173. }
  174.  
  175. .lf-color-component {
  176.  display: flex;
  177.  flex-direction: row;
  178.  font-size: 12px;
  179.  align-items: center;
  180.  justify-content: center;
  181. }
  182.  
  183. .lf-color-component strong {
  184.  width: 40px;
  185. }
  186.  
  187. .lf-color-component input[type='range'] {
  188.  margin: 0 0 0 10px;
  189. }
  190.  
  191. .lf-color-component input[type='number'] {
  192.  width: 50px;
  193.  margin: 0 0 0 10px;
  194. }
  195.  
  196. .lf-color-preview {
  197.  font-size: 12px;
  198.  display: flex;
  199.  flex-direction: column;
  200.  align-items: center;
  201.  justify-content: space-between;
  202.  padding-left: 5px;
  203. }
  204.  
  205. .lf-preview {
  206.  height: 60px;
  207.  width: 60px;
  208. }
  209.  
  210. .lf-popover-snapshot {
  211.  width: 150px;
  212. }
  213. .lf-popover-snapshot h5 {
  214.  margin: 5px 0 10px 0;
  215.  font-size: 0.75rem;
  216. }
  217. .lf-popover-snapshot a {
  218.  display: block;
  219.  text-decoration: none;
  220. }
  221. .lf-popover-snapshot a:before {
  222.  content: '⥼';
  223.  margin-right: 5px;
  224. }
  225. .lf-popover-snapshot .lf-note {
  226.  display: block;
  227.  margin-top: 10px;
  228.  color: #999;
  229. }
  230. .lf-player-controls > div {
  231.  margin-right: 5px;
  232.  margin-left: 5px;
  233. }
  234. .lf-player-controls > div:first-child {
  235.  margin-left: 0px;
  236. }
  237. .lf-player-controls > div:last-child {
  238.  margin-right: 0px;
  239. }
  240. </style>
  241. <style type="text/css">.lf-progress {
  242.  -webkit-appearance: none;
  243.  -moz-apperance: none;
  244.  width: 100%;
  245.  /* margin: 0 10px; */
  246.  height: 4px;
  247.  border-radius: 3px;
  248.  cursor: pointer;
  249. }
  250. .lf-progress:focus {
  251.  outline: none;
  252.  border: none;
  253. }
  254. .lf-progress::-moz-range-track {
  255.  cursor: pointer;
  256.  background: none;
  257.  border: none;
  258.  outline: none;
  259. }
  260. .lf-progress::-webkit-slider-thumb {
  261.  -webkit-appearance: none !important;
  262.  height: 13px;
  263.  width: 13px;
  264.  border: 0;
  265.  border-radius: 50%;
  266.  background: #0fccce;
  267.  cursor: pointer;
  268. }
  269. .lf-progress::-moz-range-thumb {
  270.  -moz-appearance: none !important;
  271.  height: 13px;
  272.  width: 13px;
  273.  border: 0;
  274.  border-radius: 50%;
  275.  background: #0fccce;
  276.  cursor: pointer;
  277. }
  278. .lf-progress::-ms-track {
  279.  width: 100%;
  280.  height: 3px;
  281.  cursor: pointer;
  282.  background: transparent;
  283.  border-color: transparent;
  284.  color: transparent;
  285. }
  286. .lf-progress::-ms-fill-lower {
  287.  background: #ccc;
  288.  border-radius: 3px;
  289. }
  290. .lf-progress::-ms-fill-upper {
  291.  background: #ccc;
  292.  border-radius: 3px;
  293. }
  294. .lf-progress::-ms-thumb {
  295.  border: 0;
  296.  height: 15px;
  297.  width: 15px;
  298.  border-radius: 50%;
  299.  background: #0fccce;
  300.  cursor: pointer;
  301. }
  302. .lf-progress:focus::-ms-fill-lower {
  303.  background: #ccc;
  304. }
  305. .lf-progress:focus::-ms-fill-upper {
  306.  background: #ccc;
  307. }
  308. .lf-player-container :focus {
  309.  outline: 0;
  310. }
  311. .lf-popover {
  312.  position: relative;
  313. }
  314.  
  315. .lf-popover-content {
  316.  display: inline-block;
  317.  position: absolute;
  318.  opacity: 1;
  319.  visibility: visible;
  320.  transform: translate(0, -10px);
  321.  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  322.  transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  323. }
  324.  
  325. .lf-popover-content.hidden {
  326.  opacity: 0;
  327.  visibility: hidden;
  328.  transform: translate(0, 0px);
  329. }
  330.  
  331. .lf-player-btn-container {
  332.  display: flex;
  333.  align-items: center;
  334. }
  335. .lf-player-btn {
  336.  cursor: pointer;
  337.  fill: #999;
  338.  width: 14px;
  339. }
  340.  
  341. .lf-player-btn.active {
  342.  fill: #555;
  343. }
  344.  
  345. .lf-popover {
  346.  position: relative;
  347. }
  348.  
  349. .lf-popover-content {
  350.  display: inline-block;
  351.  position: absolute;
  352.  background-color: #ffffff;
  353.  opacity: 1;
  354.  
  355.  transform: translate(0, -10px);
  356.  box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.26);
  357.  transition: all 0.3s cubic-bezier(0.75, -0.02, 0.2, 0.97);
  358.  padding: 10px;
  359. }
  360.  
  361. .lf-popover-content.hidden {
  362.  opacity: 0;
  363.  visibility: hidden;
  364.  transform: translate(0, 0px);
  365. }
  366.  
  367. .lf-arrow {
  368.  position: absolute;
  369.  z-index: -1;
  370.  content: '';
  371.  bottom: -9px;
  372.  border-style: solid;
  373.  border-width: 10px 10px 0px 10px;
  374. }
  375.  
  376. .lf-left-align,
  377. .lf-left-align .lfarrow {
  378.  left: 0;
  379.  right: unset;
  380. }
  381.  
  382. .lf-right-align,
  383. .lf-right-align .lf-arrow {
  384.  right: 0;
  385.  left: unset;
  386. }
  387.  
  388. .lf-text-input {
  389.  border: 1px #ccc solid;
  390.  border-radius: 5px;
  391.  padding: 3px;
  392.  width: 60px;
  393.  margin: 0;
  394. }
  395.  
  396. .lf-color-picker {
  397.  display: flex;
  398.  flex-direction: row;
  399.  justify-content: space-between;
  400.  height: 90px;
  401. }
  402.  
  403. .lf-color-selectors {
  404.  display: flex;
  405.  flex-direction: column;
  406.  justify-content: space-between;
  407. }
  408.  
  409. .lf-color-component {
  410.  display: flex;
  411.  flex-direction: row;
  412.  font-size: 12px;
  413.  align-items: center;
  414.  justify-content: center;
  415. }
  416.  
  417. .lf-color-component strong {
  418.  width: 40px;
  419. }
  420.  
  421. .lf-color-component input[type='range'] {
  422.  margin: 0 0 0 10px;
  423. }
  424.  
  425. .lf-color-component input[type='number'] {
  426.  width: 50px;
  427.  margin: 0 0 0 10px;
  428. }
  429.  
  430. .lf-color-preview {
  431.  font-size: 12px;
  432.  display: flex;
  433.  flex-direction: column;
  434.  align-items: center;
  435.  justify-content: space-between;
  436.  padding-left: 5px;
  437. }
  438.  
  439. .lf-preview {
  440.  height: 60px;
  441.  width: 60px;
  442. }
  443.  
  444. .lf-popover-snapshot {
  445.  width: 150px;
  446. }
  447. .lf-popover-snapshot h5 {
  448.  margin: 5px 0 10px 0;
  449.  font-size: 0.75rem;
  450. }
  451. .lf-popover-snapshot a {
  452.  display: block;
  453.  text-decoration: none;
  454. }
  455. .lf-popover-snapshot a:before {
  456.  content: '⥼';
  457.  margin-right: 5px;
  458. }
  459. .lf-popover-snapshot .lf-note {
  460.  display: block;
  461.  margin-top: 10px;
  462.  color: #999;
  463. }
  464. .lf-player-controls > div {
  465.  margin-right: 5px;
  466.  margin-left: 5px;
  467. }
  468. .lf-player-controls > div:first-child {
  469.  margin-left: 0px;
  470. }
  471. .lf-player-controls > div:last-child {
  472.  margin-right: 0px;
  473. }
  474. </style>
  475.    <title>SEO Stretegy</title>
  476. </head>
  477. <body>
  478. <a href="https://www.xembong11.site/"></a>
  479. </body>
  480. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda