<!DOCTYPE html>
<html>
    <head>
        <title>Error page</title>
        <meta charset="utf-8" />
        <style>
            body {
                background-image: url('/img/logo_inetum.svg');
                background-repeat: no-repeat;
                background-attachment: fixed;
                background-position: center;
            }

            .center {
                text-align: center;
            }
        </style>
    </head>
    <body>
        <p class="center">No static resource sitemap.xml.</p>
    </body>
</html>