404.html 371 B

123456789101112
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  2. <html>
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
  5. <title></title>
  6. </head>
  7. <body>
  8. <div style="width: 100%;margin: 0 auto;text-align: center;">
  9. <img alt="" src="${.BASE_PATH}/static/images/common/error_404.png">
  10. </div>
  11. </body>
  12. </html>