aboutsummaryrefslogtreecommitdiff
path: root/packages/demobank-ui/static
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-10-31 13:10:33 +0100
committerFlorian Dold <florian@dold.me>2022-10-31 13:11:40 +0100
commit6e7928062f5bb93769d2960c77af95d5959a64a4 (patch)
treefc5284127f4b342a0266960d0ab0aba24ee8df21 /packages/demobank-ui/static
parent234ee55882da7759591730be72f0940f82c52a05 (diff)
downloadwallet-core-6e7928062f5bb93769d2960c77af95d5959a64a4.tar.xz
demobank-ui: handle per-deployment customization
Diffstat (limited to 'packages/demobank-ui/static')
-rw-r--r--packages/demobank-ui/static/index.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/packages/demobank-ui/static/index.html b/packages/demobank-ui/static/index.html
index 6597eb26f..0fa5215d3 100644
--- a/packages/demobank-ui/static/index.html
+++ b/packages/demobank-ui/static/index.html
@@ -3,6 +3,9 @@
<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>