| 12345678910111213141516171819202122232425 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="utf-8" />
- <title></title>
- <style>
- .upLoading {
- position: fixed;
- top: 0;
- left: 0;
- right: 0;
- bottom: 0;
- font-size: 40px;
- display: flex;
- justify-content: center;
- align-items: center;
- }
- </style>
- </head>
- <body>
- <div class="upLoading">The system is under upgrade...</div>
- </body>
- <script src="./js/htmlFontStylewap.js"></script>
- </html>
|