<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" "http://www.w3.org/TR/REC-html40/loose.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
    xmlns:html="http://www.w3.org/TR/REC-html40"
    xmlns:image="http://www.google.com/schemas/sitemap-image/1.1"
    xmlns:sitemap="http://www.sitemaps.org/schemas/sitemap/0.9">
    <head>
        <title>Sitemap Index</title>
        <script src="https://cdn.staticfile.org/jquery/1.10.2/jquery.min.js">
</script>
        <meta http-equiv="Content-Type" content="text/html; charset=utf-8"></meta>
        <script src="/static/wz/default/js/sitemap.js"></script>
        <style type="text/css">
            body {
                font-family: Helvetica, Arial, sans-serif;
                font-size: 68.5%;
            }

            ul {
                display: flex;
                flex-direction: column;
                list-style: none;
            }

            a {
                color: #000;
                text-decoration: none;
            }


            a:hover {
                color: red;
            }
        </style>
    </head>
    <body>
        <div id="content">
            <h1>XML Sitemap</h1>
            <div>
                <p>This sitemap index contains <span id='total'>0</span> sitemaps</p>
            </div>
            <ul id='list'>
            </ul>
        </div>
    </body>
</html>