summaryrefslogtreecommitdiffstats
path: root/components/datalake-handler/admin/src/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'components/datalake-handler/admin/src/index.html')
-rw-r--r--components/datalake-handler/admin/src/index.html27
1 files changed, 0 insertions, 27 deletions
diff --git a/components/datalake-handler/admin/src/index.html b/components/datalake-handler/admin/src/index.html
deleted file mode 100644
index c92d5095..00000000
--- a/components/datalake-handler/admin/src/index.html
+++ /dev/null
@@ -1,27 +0,0 @@
-<!doctype html>
-<html lang="en">
-
-<head>
- <meta charset="utf-8">
- <title>DataLake AdminPortal</title>
- <base href="/">
-
- <meta name="viewport" content="width=device-width, initial-scale=1">
- <link rel="icon" type="image/x-icon" href="favicon.ico">
-
- <link href="https://fonts.googleapis.com/css?family=Open+Sans" rel="stylesheet">
-
-</head>
-
-<body>
-
- <div id="loading"></div>
-
- <div id="content">
- <app-root></app-root>
- </div>
-
- </script>
-</body>
-
-</html>