404.html 274 Bytes 编辑Web IDE 1 2 3 4 5 6 7 8 9 10 11 12 13 14 <!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>