about summary refs log tree commit diff
path: root/public
diff options
context:
space:
mode:
Diffstat (limited to 'public')
-rw-r--r--public/img/cloud-splash.pngbin712345 -> 0 bytes
-rw-r--r--public/img/default-avatar.jpgbin14528 -> 0 bytes
-rw-r--r--public/img/tabs-explainer.jpgbin80104 -> 0 bytes
-rw-r--r--public/index.html24
4 files changed, 0 insertions, 24 deletions
diff --git a/public/img/cloud-splash.png b/public/img/cloud-splash.png
deleted file mode 100644
index 188625331..000000000
--- a/public/img/cloud-splash.png
+++ /dev/null
Binary files differdiff --git a/public/img/default-avatar.jpg b/public/img/default-avatar.jpg
deleted file mode 100644
index ab141651e..000000000
--- a/public/img/default-avatar.jpg
+++ /dev/null
Binary files differdiff --git a/public/img/tabs-explainer.jpg b/public/img/tabs-explainer.jpg
deleted file mode 100644
index 64f0a8fe5..000000000
--- a/public/img/tabs-explainer.jpg
+++ /dev/null
Binary files differdiff --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