aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/static/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'packages/demobank-ui/static/index.html')
-rw-r--r--packages/demobank-ui/static/index.html15
1 files changed, 0 insertions, 15 deletions
diff --git a/packages/demobank-ui/static/index.html b/packages/demobank-ui/static/index.html
deleted file mode 100644
index 0fa5215d3..000000000
--- a/packages/demobank-ui/static/index.html
+++ /dev/null
@@ -1,15 +0,0 @@
-<!DOCTYPE html>
-<html>
- <head>
- <meta http-equiv="content-type" content="text/html; charset=utf-8" />
- <title>Demobank</title>
- <!-- Optional customization script. -->
- <script src="demobank-ui-settings.js"></script>
- <!-- Entry point for the demobank SPA. -->
- <script type="module" src="index.js"></script>
- <link rel="stylesheet" href="index.css" />
- </head>
- <body>
- <div id="app"></div>
- </body>
-</html>