error.html 514 B

1234567891011121314151617181920
  1. <!DOCTYPE html>
  2. <html xmlns:th="http://www.thymeleaf.org" lang="ch">
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport"
  6. content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
  7. <meta http-equiv="X-UA-Compatible" content="ie=edge">
  8. <title>第三方登录失败</title>
  9. </head>
  10. <style>
  11. span {
  12. font-size: .9rem;
  13. font-weight: bold;
  14. color: #42b983;
  15. }
  16. </style>
  17. <body>
  18. <span>[[${error}]]</span>
  19. </body>
  20. </html>