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.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>