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://selaras.cabanova.com

  1.  
  2. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  3. <html xmlns="http://www.w3.org/1999/xhtml">
  4. <head>
  5. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  6. <title>404. Page not found.</title>
  7. <script type="text/javascript" src="https://www.cabanova.com/static/js/jquery.pub.min.js"></script>
  8.  
  9. <style type="text/css">
  10. img {border: none}
  11. div.main
  12. {
  13. width: 414px;
  14. margin-left: auto;
  15. margin-right: auto;
  16. margin-top: 60px;
  17. }
  18. div.right
  19. {
  20. float: left;
  21. background: #cb7c76;
  22. width: 221px;
  23. color: #f8eeed;
  24. font-size: 0.75em;
  25. font-family: Tahoma, sans-serif;
  26. text-align: left;
  27. line-height: 18px;
  28. }
  29. div.right a { color: #f8eeed; }
  30. div.right .padd { padding-bottom: 10px; padding-left: 10px; padding-right: 8px; padding-top: 5px; }
  31. div.cb { clear:both; height: 0; font-size: 0; }
  32. </style>
  33.  
  34. </head>
  35. <body style="margin: 0; padding: 0;">
  36. <div class="main">
  37. <a href="https://www.cabanova.com/" title="Build your best business website ever. HTML5 site builder, domains and email hosting."><img id="logo" src="https://www.cabanova.com/static/images/cabanovatx_lock_logo.png" style="float:left;display:none" border="0" /></a>
  38. <div id="no-logo" style="float:left;background:#aaa; color:white; font-size: 40px; font-weight:bold; padding:30px">
  39. 404
  40. </div>
  41. <img style="float:left; margin:17px 0 0 11px" src="https://www.cabanova.com/static/images/arr_l1.gif" />
  42. <div class="right" style="min-height:60px">
  43. <div class="padd" id="reason"></div>
  44. </div>
  45. <div class="cb"></div>
  46. </div>
  47.  
  48. <script>
  49. var url = 'https://sitebuilder.cabanova.com/action/404';
  50. if (/cabanova/.test(self.location.host)) {
  51. $('#logo').show();
  52. $('#no-logo').hide();
  53. }
  54. function onReady(ret) {
  55. var index = self.location.pathname.indexOf('/draft/') == 0 ? self.location.host + '/draft/' : self.location.host;
  56. ret = ret.replace('{$domain}', '<a href="https://' + index + '">' + index + '</a>');
  57. $('#reason').html(ret);
  58. }
  59. var data = {
  60. h: self.location.host,
  61. p: self.location.pathname
  62. }
  63. $.ajax(url + '?' + $.param(data), {
  64. jsonp: 'cbjp',
  65. crossDomain: true,
  66. dataType: 'jsonp',
  67. success: onReady
  68. });
  69. </script>
  70. </body>
  71. </html>
  72.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda