about summary refs log tree commit diff
path: root/public/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'public/index.html')
-rw-r--r--public/index.html24
1 files changed, 0 insertions, 24 deletions
diff --git a/public/index.html b/public/index.html
deleted file mode 100644
index 575e0421d..000000000
--- a/public/index.html
+++ /dev/null
@@ -1,24 +0,0 @@
-<!DOCTYPE html>
-<html lang="en">
-  <head>
-    <meta charset="UTF-8">
-    <meta name="viewport" content="width=device-width">     
-    <title> WEBAPP </title>
-    <style>
-      /* These styles make the body full-height */
-      html, body { height: 100%; }
-      /* These styles disable body scrolling if you are using <ScrollView> */
-      body { overflow: hidden; }
-      /* These styles make the root element full-height */
-      #app-root { display:flex; height:100%; }
-
-      /* Remove focus state on inputs */
-      *:focus {
-        outline: 0;
-      }
-    </style>
-  </head>
-  <body>
-    <div id="app-root"></div>
-  </body>
-</html>
\ No newline at end of file