404.html 274 Bytes
<!DOCTYPE html>
<html class="x-admin-sm">
{include file="public/head" /}
{block name="head"}
<style>
    body{
        background: url("/static/xadmin/images/404.png") center center / cover no-repeat;
        overflow: hidden;
    }
</style>
{/block}
<body>
</body>
</html>