summaryrefslogtreecommitdiff
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.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/packages/demobank-ui/static/index.html b/packages/demobank-ui/static/index.html
new file mode 100644
index 000000000..6597eb26f
--- /dev/null
+++ b/packages/demobank-ui/static/index.html
@@ -0,0 +1,12 @@
+<!DOCTYPE html>
+<html>
+ <head>
+ <meta http-equiv="content-type" content="text/html; charset=utf-8" />
+ <title>Demobank</title>
+ <script type="module" src="index.js"></script>
+ <link rel="stylesheet" href="index.css" />
+ </head>
+ <body>
+ <div id="app"></div>
+ </body>
+</html>