Separate client and server codes. Keep everything in one git repo for simplicity
[vchess.git] / client / public / index.html
diff --git a/client/public/index.html b/client/public/index.html
new file mode 100644 (file)
index 0000000..0115e9f
--- /dev/null
@@ -0,0 +1,14 @@
+<!DOCTYPE html>
+<html lang="en">
+  <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">
+    <link rel="icon" href="<%= BASE_URL %>favicon.ico">
+  </head>
+  <body>
+    <div id="app"></div>
+    <!-- built files will be auto injected -->
+  </body>
+</html>