<!DOCTYPE html>
<html lang="en" xmlns="http://www.w3.org/1999/xhtml"
      xmlns:sec="http://www.w3.org/1999/xhtml">

<head>
    <!-- Application default -->
    
    
        <!-- basic meta -->
        <meta charset="utf-8">
        <meta name="author" content="avntechgroup.com">

        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">

        <meta name="viewport" content="width=device-width, initial-scale=1.0">
        <meta name="description">
        <meta name="keywords" >
        <title>3Errornull</title>

        <!-- FAVICON -->
        <link rel="shortcut icon" href="/webapp/static/fav/favicon.ico">
        <link rel="apple-touch-icon-precomposed" sizes="144x144" href="/webapp/static/fav/apple-touch-icon-144-precomposed.png" >
        <link rel="apple-touch-icon-precomposed" sizes="114x114" href="/webapp/static/fav/apple-touch-icon-114-precomposed.png" >
        <link rel="apple-touch-icon-precomposed" sizes="72x72" href="/webapp/static/fav/apple-touch-icon-72-precomposed.png" >
        <link rel="apple-touch-icon-precomposed" sizes="57x57" href="/webapp/static/fav/apple-touch-icon-57-precomposed.png" >

        <!--APP CSS-->
        <link rel="stylesheet" href="/webapp/static/css/main.min.css">
        <link rel="stylesheet" href="/webapp/static/vendor/toastr/toastr.min.css">
        <link rel="stylesheet" href="/webapp/static/css/custom.css" >


        <script>
            /*<![CDATA[*/
            var BASE_PATH = null;
            var REST_PATH = null;
            /*]]>*/
        </script>

        <meta property="og:title">
        <meta property="og:type">
        <meta property="og:url">
        <meta property="og:image">
        <meta property="og:image:alt">
        <meta property="og:site_name">
        <meta property="og:description">

        <meta property="twitter:title">
        <meta property="twitter:description">
        <meta property="twitter:image">
        <meta property="twitter:card">

        <!-- Global site tag (gtag.js) - Google Analytics -->
        <script async src="https://www.googletagmanager.com/gtag/js?id=G-7GJVRSBEYB"></script>
        <script>
            window.dataLayer = window.dataLayer || [];
            function gtag(){dataLayer.push(arguments);}
            gtag('js', new Date());

            gtag('config', 'G-7GJVRSBEYB');
        </script>

    

    <!-- Page specific -->
</head>

<body>



    <section class="error-page">
        <div class="container">
            <div class="error-content">
<!--                <img src="https://via.placeholder.com/424x420" alt="">-->
                <h1>404</h1>
                <h3>No handler found for GET /sitemap.xml</h3>
                <p>You seem can’t to find the page you’re looking for</p>
                <a href="/" title="" class="btn-default box-shadow-none">Back To Homepage</a>
            </div>
            <!--error-page end-->
        </div>
    </section>
    <!--error-page end-->



</body>

</html>