main.html 594 B

1234567891011121314151617181920212223
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <title></title>
  6. <link rel="stylesheet" href="static/sa.css"/>
  7. <style type="text/css">
  8. html {
  9. background-color: #EEE;
  10. }
  11. </style>
  12. <script type="text/javascript">
  13. location.href = "sa-view-sp/console/console-main.html";
  14. </script>
  15. </head>
  16. <body>
  17. <div style="width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; color: #000;">
  18. <div style="text-align: center;">
  19. <h1>欢迎使用 SA-后台管理 </h1>
  20. </div>
  21. </div>
  22. </body>
  23. </html>