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://mamatgunshop.store/

  1.  
  2.  
  3.  
  4.  
  5.  
  6. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
  7.    "http://www.w3.org/TR/html4/strict.dtd">
  8.  
  9. <html>
  10.    <head>
  11.  
  12.        <title>blaze - Advaya</title>
  13.        <link rel="shortcut icon" href="img/advaya_ico.png"/>
  14.        
  15.        <script type="text/javascript" src="yui/build/yahoo-dom-event/yahoo-dom-event.js"></script>
  16.        <script src="lib/jquery/jquery-1.7.1.min.js"></script>
  17.        <script src="lib/jquery/jquery-ui-1.8.20.custom.min.js"></script>
  18.        <script>
  19.            window.onload = function() {
  20.                document.getElementById("userId").focus();
  21.            };
  22.        </script>
  23.  
  24.        <style>
  25.  
  26.            body {
  27.                margin: 0;
  28.                pading: 0;
  29.                color: white;
  30.                font-size: 14px;
  31.                text-shadow: #050505 0 -1px 0;
  32.                font-weight: bold;
  33.            }
  34.  
  35.            #login-top {
  36.                height: 50px;
  37.                padding-top: 120px;
  38.                text-align: center;
  39.            }
  40.  
  41.            input.text-input {
  42.                width: 200px;
  43.                -moz-border-radius: 4px;
  44.                -webkit-border-radius: 4px;
  45.                border-radius: 4px;
  46.                background: #EFEFEF;
  47.                border: solid 1px transparent;
  48.                color: #555;
  49.                padding: 8px;
  50.                font-size: 13px;
  51.                text-align:center;
  52.                margin-bottom: 15px;
  53.            }
  54.  
  55.            #footer {
  56.                width:99%;
  57.                text-align: center;
  58.                padding:5px;
  59.                color:white;
  60.                bottom:0;
  61.                position:absolute;
  62.                font-size: 11px;
  63.                color:#3a5795;
  64.                font-family:serif;
  65.            }
  66.  
  67.            input.text-input:focus {
  68.                box-shadow: 0 0 10px #FFFFFF;
  69.                -webkit-box-shadow: 0 0 10px #FFFFFF;
  70.                -moz-box-shadow: 0 0 10px #FFFFFF;
  71.            }
  72.  
  73.            .buttonCls {
  74.                margin-top : 15px;
  75.                margin-bottom : 15px;
  76.                width: 200px;
  77.                padding: 6px 10px;
  78.                color: white;
  79.                font-size: 14px;
  80.                background: green;
  81.                text-shadow: #050505 0 -1px 0;
  82.                background-color: #459300;
  83.                -moz-border-radius: 4px;
  84.                -webkit-border-radius: 4px;
  85.                border-radius: 4px;
  86.                border: solid 1px lime;
  87.                font-weight: bold;
  88.                cursor: pointer;
  89.                letter-spacing: 0.1em;
  90.                text-align : center;
  91.                font-family : verdana;
  92.                text-transform : uppercase;
  93.            }
  94.  
  95.            .buttonCls:hover {
  96.                box-shadow: 0 0 10px #FFFFFF;
  97.                -webkit-box-shadow: 0 0 10px #FFFFFF;
  98.                -moz-box-shadow: 0 0 10px #FFFFFF;
  99.            }
  100.  
  101.            .buttonCls:focus {
  102.                box-shadow: 0 0 10px #FFFFFF;
  103.                -webkit-box-shadow: 0 0 10px #FFFFFF;
  104.                -moz-box-shadow: 0 0 10px #FFFFFF;
  105.            }
  106.  
  107.            #logincontent {
  108.                border-radius : -0.5em;
  109.                border : 1px solid #cccccc;
  110.                box-shadow: 0 0 10px #FFFFFF;
  111.                -webkit-box-shadow: 0 0 10px #FFFFFF;
  112.                -moz-box-shadow: 0 0 10px #FFFFF;
  113.                padding-top: 20px;
  114.                padding-bottom: 20px;
  115.                padding-right: 20px;
  116.                padding-left: 20px;
  117.                margin: -47px 0 0 -68px;
  118.                padding: 20px;
  119.                width: 110%;
  120.                height:103%;
  121.                background-color: #3686be;
  122.                border-radius: 1em;
  123.                -webkit-box-shadow: inset 0px 0px 26px 1px rgba(41,41,41,0.76);
  124.                -moz-box-shadow: inset 0px 0px 26px 1px rgba(41,41,41,0.76);
  125.                box-shadow: inset 0px 0px 26px 1px rgba(41,41,41,0.76);
  126.            }
  127.  
  128.  
  129.            #login-wrapper {
  130.                margin: 0 0 0 -180px;
  131.                text-align: center;
  132.                z-index: 99;
  133.                position: absolute;
  134.                top: 0;
  135.                left: 53%;
  136.            }
  137.  
  138.            #background {
  139.                width: 100%;
  140.                height: 100%;
  141.                position: fixed;
  142.                left: 0px;
  143.                top: 0px;
  144.                z-index: -1;
  145.                background-color: white;
  146.                /*                    background-image: url(img/blue.jpeg)*/
  147.            }
  148.  
  149.            #logo_content {
  150.                margin: 0px 0px 0px 50px;
  151.                padding:1%;
  152.            }
  153.            #company_name {
  154.                text-align: center;
  155.                color: rgb(20, 98, 214);
  156.                margin-top: 50px;
  157.                font-size: 36px;
  158.                text-shadow: 2px 8px 6px rgba(0,0,0,0.2),
  159.                 0px -5px 35px rgba(255,255,255,0.3);
  160.            }
  161.            #logo_content a {
  162.                margin: 0px 10px;
  163.                color: #FFFFFF;
  164.                text-decoration: none;
  165.                font-size : 18px;
  166.                text-transform : uppercase;
  167.                letter-spacing : 0.5em;
  168.                font-weight : bold;
  169.            }
  170.  
  171.            .login {
  172.                position: relative;
  173.                margin: 80px auto;
  174.                width: 400px;
  175.                padding-right: 32px;
  176.                font-weight: 10%;
  177.                color: #a8a7a8;
  178.                margin: 10px -8px -4px -23px;
  179.                text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.8);
  180.            }
  181.  
  182.            .login-submit {
  183.                position: absolute;
  184.                top: 35%;
  185.                right: 0;
  186.                padding: 2%;
  187.                border-radius: 50%;
  188.                -webkit-box-shadow: 0px -3px 4px rgba(249, 236, 236, 0.35);
  189.                box-shadow:0px -3px 4px rgba(249, 236, 236, 0.35)
  190.            }
  191.  
  192.            .login-button {
  193.                position: relative;
  194.                z-index: 2;
  195.                width: 48px;
  196.                height: 48px;
  197.                padding: 0 0 48px;
  198.                /* Fix wrong positioning in Firefox 9 & older (bug 450418) */
  199.                text-indent: 120%;
  200.                white-space: nowrap;
  201.                overflow: hidden;
  202.                background: none;
  203.                border: 0;
  204.                border-radius: 24px;
  205.                cursor: pointer;
  206.                -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  207.                box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.2), 0 1px rgba(255, 255, 255, 0.1);
  208.                /* Must use another pseudo element for the gradient background because Webkit */
  209.                /* clips the background incorrectly inside elements with a border-radius.     */
  210.            }
  211.            .login-button:before {
  212.                content: '';
  213.                position: absolute;
  214.                top: 10%;
  215.                bottom: 10%;
  216.                left: 10%;
  217.                right: 10%;
  218.                background: none repeat scroll 0 0 #3686be;
  219.                border-radius: 50%;
  220.                -webkit-box-shadow: inset 0 0 0 1px #3686be, 0 0 0 5px rgba(0, 0, 0, 0.16);
  221.                box-shadow: inset 0 0 0 1px #3686be, 0 0 0 5px rgba(0, 0, 0, 0.16);
  222.            }
  223.            .login-button:active:before {
  224.                background: #D3D8E8;
  225.                background-image: -webkit-linear-gradient(top, #D3D8E8, #D3D8E8);
  226.                background-image: -moz-linear-gradient(top, #D3D8E8, #D3D8E8);
  227.                background-image: -o-linear-gradient(top, #D3D8E8, #D3D8E8);
  228.                background-image: linear-gradient(to bottom, #D3D8E8, #D3D8E8);
  229.            }
  230.            .login-button:after {
  231.                content: '';
  232.                position: absolute;
  233.                top: 15px;
  234.                left: 12px;
  235.                width: 25px;
  236.                height: 19px;
  237.                background: url(img/arrow1.png) 0 0 no-repeat;
  238.            }
  239.  
  240.            .stretch {
  241.                width:100%;
  242.                height:100%;
  243.            }
  244.  
  245.            .errMsg {
  246.                width : 240px;
  247.                text-align : center;
  248.                font-family : verdana;
  249.                text-transform : uppercase;
  250.                color : oldlace;
  251.                font-size : 11px;
  252.                margin-left: 25%;
  253.                font-weight : lighter;
  254.            }
  255.            a.LoginPageActionLink
  256.            {
  257.                font-family: Verdana, Arial, Helvetica, sans-serif;
  258.                font-size: 12px;
  259.                font-style: normal;
  260.                font-weight: nroaml;
  261.                color: #f4f4f4;
  262.                text-decoration: none;
  263.                padding:2px;
  264.                white-space:nowrap;
  265.                margin: 10px 0px 10px 70px;
  266.            }
  267.            a.LoginPageActionLink:hover
  268.            {
  269.                font-family: Verdana, Arial, Helvetica, sans-serif;
  270.                font-size: 12px;
  271.                font-style: normal;
  272.                font-weight: nroaml;
  273.                color: #ffffff;;
  274.                text-decoration:underline;
  275.                padding:2px;
  276.                white-space:nowrap;
  277.            }
  278.            
  279.            .homeButton{
  280.                margin: 10px 10px 10px 10px;
  281.            }
  282.  
  283.        </style>
  284.        
  285.        <script type="text/javascript">
  286.            function onLoginLoad()
  287.            {
  288.                if( false == true)
  289.                {
  290.                    document.forms["relogin"].submit();
  291.                }else{
  292.                    document.ncap-login.userId.focus();
  293.                }
  294.            }
  295.            YAHOO.util.Event.addListener(window, "load",  onLoginLoad);
  296.        </script>
  297.    </head>
  298.    <body id="login">
  299.  
  300.        <div id="background">
  301.        </div>
  302.        <div id="company_name" class="retro">
  303.            NUMANN INDUSTRIES
  304.        </div>
  305.        <div id="login-wrapper">
  306.  
  307.            <div id="login-top">
  308.            </div>
  309.            <div id="logincontent">
  310.                <form name="ncap-login" class="login" action="login.action" method="post">
  311.                    <div id="logo_content">
  312.                        <img src="img/logo.png" alt="NadGap" title="Powered By Advaya" width="200px" height="80px"/>
  313.                    </div><!--
  314.                    <div  style="width: 240px">
  315.                    -->                                             <p>
  316.                        <label for="login"><span style="color: #f4f4f4">User-ID  :</span></label>
  317.                        <input value="" id="userId" name="userId" placeholder="User Id" tabindex="1" class="text-input" type="text" />
  318.                    </p>
  319.  
  320.                    <p>
  321.                        <label for="password"><span style="color: #f4f4f4">Password:</span></label>
  322.                        <input id="password" name="password" placeholder="Password" class="text-input" type="password" tabindex="2" />
  323.                    </p>
  324.  
  325.                    <p class="login-submit">
  326.                        <button type="submit" class="login-button" title="Click to Login">Login</button>
  327.                    </p>
  328.                    <div style="width: 400px;padding-bottom: 10px;">
  329.                        <a href="newForgotPwd.jsp" class="LoginPageActionLink" title="Forgot Password">Forgot password?</a>
  330.                        
  331.                            <a href="../" class="homeButton"> <img src="img/home.png" height="27" width="27"/></a>
  332.                        
  333.                    </div>
  334.                    <div id="loginerrdiv" name="loginerrdiv" class="errMsg" > </div>
  335.                </form>
  336.                <form name="relogin" action="relogin.action" />
  337.            </div>
  338.        </div>
  339.        <div id="footer">
  340.            <div><img src="img/advaya.png"/></div>
  341.            <span style="color: rgba(14, 14, 12, 0.56);">@ Powered By <a href="http://www.advayasoftech.com" target="_blank" style="color:rgba(14, 14, 12, 0.56);text-decoration:none"> Advaya Softech.</a> All Rights Reserved.</span>
  342.        </div>
  343.        <script>
  344.            var errImg = document.getElementById("loginerrdiv");
  345.            if(errImg) {
  346.                if("" != "") {
  347.                    errImg.style.display = "block";
  348.                    $("#logincontent").effect("shake", { times:3 }, 100);
  349.                }else{
  350.                    errImg.style.display = "none";
  351.                }
  352.            }
  353.        </script>
  354.    </body>
  355. </html>
  356.  
Copyright © 2002-9 Sam Ruby, Mark Pilgrim, Joseph Walton, and Phil Ringnalda