index.html 486 B

12345678910111213141516171819202122232425
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8" />
  5. <title></title>
  6. <style>
  7. .upLoading {
  8. position: fixed;
  9. top: 0;
  10. left: 0;
  11. right: 0;
  12. bottom: 0;
  13. font-size: 40px;
  14. display: flex;
  15. justify-content: center;
  16. align-items: center;
  17. }
  18. </style>
  19. </head>
  20. <body>
  21. <div class="upLoading">The system is under upgrade...</div>
  22. </body>
  23. <script src="./js/htmlFontStylewap.js"></script>
  24. </html>