Prepare smoother future updates
[vchess.git] / server / while_update / index.html
diff --git a/server/while_update/index.html b/server/while_update/index.html
deleted file mode 100644 (file)
index db6b0c7..0000000
+++ /dev/null
@@ -1,27 +0,0 @@
-<!DOCTYPE html>
-<html>
-  <head>
-    <meta charset="utf-8">
-    <title>vchess - club</title>
-    <meta http-equiv="X-UA-Compatible" content="IE=edge">
-    <meta name="viewport" content="width=device-width,initial-scale=1.0">
-    <style>
-      #container {
-        position: absolute;
-        width: 100%;
-        top: 30%;
-      }
-      p {
-        text-align: center;
-        font-weight: bold;
-        font-size: 2rem;
-      }
-    </style>
-  </head>
-  <body>
-    <div id="container">
-      <p>Website update in progress !</p>
-      <p>It won't be long. Don't worry :)</p>
-    </div>
-  </body>
-</html>