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://afss.pk/uploads/documents/toto368//

  1. <!doctype html>
  2. <html lang="en">
  3. <head>
  4.    <!-- Basic -->
  5.    <meta charset="UTF-8">
  6.    <title>404 Page Not Found</title>
  7.    <!-- Mobile Metas -->
  8.    <meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no" />
  9.    <!-- Web Fonts  -->
  10.    <link href="https://fonts.googleapis.com/css?family=Raleway:300,400,500,600,700,800,900&display=swap" rel="stylesheet">
  11.    <!-- Vendor CSS -->
  12.    <link rel="stylesheet" href="https://afss.pk/assets/vendor/bootstrap/css/bootstrap.css" />
  13.    <script src="https://afss.pk/assets/vendor/jquery/jquery.min.js"></script>
  14.    <style>
  15.        html,
  16.        body {
  17.            min-height: 100%;
  18.        }
  19.        body {
  20.            line-height: 1.7;
  21.            color: #777777;
  22.            font-size: 14px;
  23.            font-family: 'Raleway', sans-serif;
  24.            font-weight: 300;
  25.            background-color: #fff;
  26.            background-attachment: fixed;
  27.        }
  28.        .display-table {
  29.            display: table;
  30.            height: 100%;
  31.            position: relative;
  32.            width: 100%;
  33.            z-index: 1;
  34.        }
  35.        .display-table-cell {
  36.            display: table-cell;
  37.            height: 100%;
  38.            vertical-align: middle;
  39.        }
  40.        .text-theme-colored {
  41.            color: #00a3c8 !important;
  42.            font-size: 150px !important;
  43.            font-weight: 800 !important;
  44.        }
  45.        .mb-5 {
  46.            margin-bottom: 5px !important;
  47.        }
  48.        .fullscreen {
  49.            height: 100vh;
  50.        }
  51.        .btn-primary {
  52.            padding: 10px 25px;
  53.            background-color: #0091cd;
  54.            border-color: #0091cd;
  55.        }
  56.        .btn-primary:hover {
  57.            background-color: #005a80;
  58.        }
  59.        .back-404 {
  60.            background-color: #fff;
  61.            max-width: 400px;
  62.            padding-bottom: 40px;
  63.            position: relative;
  64.            margin: auto;
  65.        }
  66.  
  67.        .back-404 h4, .back-404 h3 {
  68.            font-size: 28px !important;
  69.        }
  70.        .back-404:before {
  71.            content: "";
  72.            left: 125px;
  73.            bottom: -18px;
  74.            position: absolute;
  75.            border: 5px solid #0091cd;
  76.            transform: rotate(35deg);
  77.            z-index: -1;
  78.            width: 390px;
  79.            height: 390px;
  80.        }
  81.        @media (max-width: 991px) {
  82.            .back-404:before {
  83.                display: none;
  84.            }
  85.        }
  86.    </style>
  87. </head>
  88.  
  89. <body>
  90.    <div id="wrapper" class="clearfix">
  91.        <!-- Start main-content -->
  92.        <div class="main-content">
  93.            <!-- Section: home -->
  94.            <section id="home" class="fullscreen bg-lightest">
  95.                <div class="display-table text-center">
  96.                    <div class="display-table-cell">
  97.                        <div class="container">
  98.                            <div class="row">
  99.                                <div class="col-md-12">
  100.                                <div class="back-404">
  101.                                    <h1 class="text-theme-colored">404</h1>
  102.                                    <h3 class="mb-5">Oops! Page Not Found</h3>
  103.                                    <p>The page you were looking for could not be found.</p>
  104.                                    <button class="btn btn-primary" onclick="history.go(-1);">Take Me Previous Page</button>
  105.                                </div>
  106.                                </div>
  107.                            </div>
  108.                        </div>
  109.                    </div>
  110.                </div>
  111.            </section>
  112.        </div>
  113.    </div>
  114.    <!-- end wrapper -->
  115.    <!-- Footer Scripts -->
  116.    <!-- JS | Custom script for all pages -->
  117.    <script src="https://afss.pk/assets/vendor/bootstrap/js/bootstrap.js"></script>
  118. </body>
  119. </html>
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda