error.html 475 B

123456789101112131415
  1. <!DOCTYPE html>
  2. <html style="height: 100%;">
  3. <head lang="en">
  4. <meta charset="UTF-8">
  5. <title>{$err_msg}</title>
  6. </head>
  7. <body style="height: 100%;overflow: hidden;background:#fff;">
  8. <div style="background: url('/static/error.png') no-repeat;height: 30%;width:40%;background-size: contain;padding: 70% 30% 0 30%;">
  9. <font style="font-size:3em;">{$err_msg}</font>
  10. <p style="font-size: 2em;">
  11. {$err_detail}
  12. </p>
  13. </div>
  14. </body>
  15. </html>