aboutsummaryrefslogtreecommitdiff
path: root/examples/05-http-requests/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'examples/05-http-requests/index.html')
-rw-r--r--examples/05-http-requests/index.html19
1 files changed, 19 insertions, 0 deletions
diff --git a/examples/05-http-requests/index.html b/examples/05-http-requests/index.html
new file mode 100644
index 0000000..36ddf10
--- /dev/null
+++ b/examples/05-http-requests/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>