Commit | Line | Data |
---|---|---|
e57c4de4 BA |
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"> | |
f5a31ba0 | 23 | <p>Website update in progress !</p> |
e57c4de4 BA |
24 | <p>It won't be long. Don't worry :)</p> |
25 | </div> | |
26 | </body> | |
27 | </html> |