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://criminallawyer.biz/

  1.  
  2. <!DOCTYPE html>
  3. <html lang="en">
  4.  <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">
  8.    <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
  9.    <title>Welcome to SellOff.us, selling top level domain names world wide</title>
  10.  
  11.    <link rel="stylesheet" type="text/css" href="css/bootstrap.min.css">
  12.    <script type="text/javascript" src="js/jquery-latest.pack.js"></script>
  13.    <script type="text/javascript" src="js/vendor/bootstrap.min.js"></script>
  14.    <link rel="stylesheet" type="text/css" href="assets/plugins/formvalidation-dist-v0.7.1/dist/css/formValidation.min.css">
  15. <link rel="stylesheet" type="text/css" href="css/main.css">
  16.  
  17.  
  18.    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
  19.    <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  20.    <!--[if lt IE 9]>
  21.      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
  22.      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
  23.    <![endif]-->
  24.  </head>
  25.  <body>
  26.  
  27.  
  28. <nav class="navbar navbar-inverse navbar-fixed-top">
  29.    <div class="container">
  30.    
  31.      <div class="container-fluid">
  32.        <!-- Brand and toggle get grouped for better mobile display -->
  33.        <div class="navbar-header">
  34.          <button type="button" class="navbar-toggle collapsed" data-toggle="collapse" data-target="#bs-example-navbar-collapse-1" aria-expanded="false">
  35.            <span class="sr-only">Toggle navigation</span>
  36.            <span class="icon-bar"></span>
  37.            <span class="icon-bar"></span>
  38.            <span class="icon-bar"></span>
  39.          </button>
  40.          <a class="navbar-brand" href="http://selloff.us">Selloff.us</a>
  41.        </div>
  42.    
  43.        <!-- Collect the nav links, forms, and other content for toggling -->
  44.        <div class="collapse navbar-collapse" id="bs-example-navbar-collapse-1">
  45.          <ul class="nav navbar-nav">
  46.            <li><a href="transactions.asp">Transactions <span class="sr-only">(current)</span></a></li>
  47.            <li><a href="contact.asp">Contact</a></li>
  48.          </ul>
  49.          <div class="nav navbar-nav navbar-right">
  50.                
  51.                <form class="navbar-form navbar-left" role="search" id="frmSearch" name="frmSearch" method="get" action="Default.asp">
  52.            <div class="form-group">
  53.              <input name="qry" id="qry" type="text" class="form-control" placeholder="Search">
  54.              <input type="hidden" id="qry_search" name="qry_search" value="1">
  55.            </div>
  56.            <button type="submit" class="btn btn-default">Search</button>
  57.          </form>
  58.    
  59.          </div>
  60.        </div><!-- /.navbar-collapse -->
  61.      </div><!-- /.container-fluid -->
  62.    </div>
  63. </nav>
  64.  
  65. <div class="container">
  66. <h1>Human Validation</h1>
  67. <form class="form-horizontal" name="frmHuman" id="frmHuman" method="post" action="includes/inc_humanvalidationaccepted.asp">
  68.      <fieldset>
  69.            <legend>Please Enter the Verification Code to Enter Website</legend>
  70.            <div class="form-group">
  71.            <label class="col-sm-2 control-label" for="human_verify_code">Verify Code</label>
  72.            <div class="col-sm-4">
  73.                    <input name="human_verify_code" type="number" class="form-control" id="human_verify_code" placeholder="Enter Code Here" autofocus required maxlength="5" >
  74.            </div>
  75.            <div class="col-sm-2">
  76.                Code: 96234
  77.            </div>
  78.            <div class="col-sm-2">
  79.                
  80.            </div>
  81.        </div><!-- end form group -->
  82.  
  83.  
  84.            <div class="form-group">
  85.              <div class="col-lg-10 col-lg-offset-2">
  86.                <button type="reset"  value="reset" class="btn btn-default">Clear Form</button>
  87.                <button type="submit" class="btn btn-primary">Submit</button>
  88.              </div>
  89.            </div>
  90.          </fieldset>
  91.        </form>    
  92.        <div class="alert alert-dismissible alert-info">
  93.        <button type="button" class="close" data-dismiss="alert">&times;</button>
  94.        We record all IP's for spam detection. Your IP: 3.237.223.94
  95.        </div>
  96.  
  97. </div><!-- end container -->
  98.  
  99. <script>
  100. $(document).ready(function() {
  101.    $('#frmHuman').formValidation({
  102.        framework: 'bootstrap',
  103.        icon: {
  104.            valid: 'glyphicon glyphicon-ok',
  105.            invalid: 'glyphicon glyphicon-remove',
  106.            validating: 'glyphicon glyphicon-refresh'
  107.        },
  108. human_verify_code: {
  109. validators: {
  110.                    notEmpty: {
  111.                        message: 'This field requires a value'
  112.                    },
  113.                    stringLength: {
  114.                        min: 5,
  115. max: 5,
  116.                        message: '5 characters allowed'
  117.                    }
  118. }
  119. }
  120.    });
  121. });
  122. </script>
  123.  
  124.  
  125.  </body>
  126. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda