diff options
Diffstat (limited to 'examples/03-controlled-inputs/index.html')
-rw-r--r-- | examples/03-controlled-inputs/index.html | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/03-controlled-inputs/index.html b/examples/03-controlled-inputs/index.html new file mode 100644 index 0000000..36ddf10 --- /dev/null +++ b/examples/03-controlled-inputs/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> |