index.ftl 609 B

123456789101112131415161718192021
  1. <!DOCTYPE html>
  2. <html >
  3. <head>
  4. <meta http-equiv="Content-Type" content="text/html; charset=utf-8"/>
  5. <link rel="shortcut icon" type="image/x-icon" href="<@base />/static/favicon.ico"/>
  6. <base href="<@base />"/>
  7. <title>MaxKey Single Sign-On</title>
  8. </head>
  9. <body>
  10. <center>
  11. <hr>
  12. Maxkey Community Edition <br>
  13. Single Sign On ( SSO ) <br>
  14. Version ${appVersion}<br>
  15. <br>
  16. ©Copyright 2018 - ${.now?string["yyyy"]} https://www.maxkey.top/<br>
  17. Licensed under the Apache License, Version 2.0 <br>
  18. <hr>
  19. </center>
  20. </body>
  21. </html>