aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/static
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-25 01:13:25 +0200
committerFlorian Dold <florian@dold.me>2022-10-25 01:13:35 +0200
commit172425e0cfd0f3e48993382ee064c592a2441546 (patch)
tree87cb21f7ff9cc299576016e8dd630c743c23b3d8 /packages/demobank-ui/static
parent1e39c57cb972c6de224c177dd28ae3a315fbe590 (diff)
downloadwallet-core-172425e0cfd0f3e48993382ee064c592a2441546.tar.xz
demobank-ui: clean up build system
Diffstat (limited to 'packages/demobank-ui/static')
-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>