diff options
author | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-16 19:27:19 +0100 |
---|---|---|
committer | Hayleigh Thompson <me@hayleigh.dev> | 2024-04-16 19:27:19 +0100 |
commit | 3714226d7a0ad4a78e381d9767c3e64d12d6605a (patch) | |
tree | ad971a72e5590a1ec868a89d096ebdce751c63c7 /examples/04-custom-event-handlers/index.html | |
parent | 0d30e9c35329e2ad4a6277a2b5f4d5115fb4d274 (diff) | |
download | lustre-3714226d7a0ad4a78e381d9767c3e64d12d6605a.tar.gz lustre-3714226d7a0ad4a78e381d9767c3e64d12d6605a.zip |
:heavy_plus_sign: Update examples to work with latest lustre_dev_tools release.
Diffstat (limited to 'examples/04-custom-event-handlers/index.html')
-rw-r--r-- | examples/04-custom-event-handlers/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/04-custom-event-handlers/index.html b/examples/04-custom-event-handlers/index.html new file mode 100644 index 0000000..36ddf10 --- /dev/null +++ b/examples/04-custom-event-handlers/index.html @@ -0,0 +1,19 @@ +<!doctype html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0" /> + + <title>🚧 app</title> + + <link + rel="stylesheet" + href="./build/dev/javascript/lustre_ui/priv/static/lustre-ui.css" + /> + <script type="module" src="./priv/static/app.mjs"></script> + </head> + + <body> + <div id="app"></div> + </body> +</html> |