bee7392ab3c7391c28916cff9afd33a67c83cc7d
[vchess.git] / server / while_update / index.html
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <meta charset="utf-8">
5 <title>vchess - club</title>
6 <meta http-equiv="X-UA-Compatible" content="IE=edge">
7 <meta name="viewport" content="width=device-width,initial-scale=1.0">
8 <style>
9 #container {
10 position: absolute;
11 width: 100%;
12 top: 30%;
13 }
14 p {
15 text-align: center;
16 font-weight: bold;
17 font-size: 2rem;
18 }
19 </style>
20 </head>
21 <body>
22 <div id="container">
23 <p>Website update in progress!</p>
24 <p>It won't be long. Don't worry :)</p>
25 </div>
26 </body>
27 </html>