main.html 548 B

123456789101112131415161718192021
  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{background-color: #EEE;}
  9. </style>
  10. <script type="text/javascript">
  11. location.href="sa-view-sp/console/console-main.html";
  12. </script>
  13. </head>
  14. <body>
  15. <div style="width: 100vw; height: 100vh; display: flex; justify-content: center; align-items: center; color: #000;">
  16. <div style="text-align: center;">
  17. <h1>欢迎使用 SA-后台管理 </h1>
  18. </div>
  19. </div>
  20. </body>
  21. </html>