business.html 610 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html lang="zh">
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <title>RuoYi - 403</title>
  7. <link th:href="@{/css/bootstrap.min.css}" rel="stylesheet"/>
  8. <link th:href="@{/css/animate.min.css}" rel="stylesheet"/>
  9. <link th:href="@{/css/style.min.css}" rel="stylesheet"/>
  10. </head>
  11. <body class="gray-bg">
  12. <div class="middle-box text-center animated fadeInDown">
  13. <h3 class="font-bold">操作异常!</h3>
  14. <div class="error-desc">
  15. [[${errorMessage}]]
  16. </div>
  17. </div>
  18. </body>
  19. </html>