diff options
| author | Florian Dold <florian@dold.me> | 2022-10-25 01:13:25 +0200 |
|---|---|---|
| committer | Sebastian <sebasjm@gmail.com> | 2022-10-25 19:19:10 -0300 |
| commit | 3685f8cfb87ec0a10a97324bed1135b32707e1ee (patch) | |
| tree | b5e88417093e2c746e1a660a4d116e961e3bcf89 /packages/demobank-ui/static/index.html | |
| parent | a286649b0a611d87916a178a795c1acd2917741c (diff) | |
cherry-pick: demobank-ui: clean up build system
Diffstat (limited to 'packages/demobank-ui/static/index.html')
| -rw-r--r-- | packages/demobank-ui/static/index.html | 12 |
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> |
