aboutsummaryrefslogtreecommitdiff
path: root/examples/99-full-stack-applications/client/index.html
diff options
context:
space:
mode:
authorHayleigh Thompson <me@hayleigh.dev>2024-06-16 10:01:31 +0100
committerHayleigh Thompson <me@hayleigh.dev>2024-06-16 10:01:31 +0100
commiteae7274bf965505b5144eb9362eb634fcd77019a (patch)
treed95f37cf2b6a18a0985c67ade89aaee23da5e602 /examples/99-full-stack-applications/client/index.html
parentf07188d0735808ccb313aedfd7f81889de253267 (diff)
downloadlustre-eae7274bf965505b5144eb9362eb634fcd77019a.tar.gz
lustre-eae7274bf965505b5144eb9362eb634fcd77019a.zip
:wrench: Update deps, pin gleam_json to 1.0.1
Diffstat (limited to 'examples/99-full-stack-applications/client/index.html')
-rw-r--r--examples/99-full-stack-applications/client/index.html15
1 files changed, 15 insertions, 0 deletions
diff --git a/examples/99-full-stack-applications/client/index.html b/examples/99-full-stack-applications/client/index.html
new file mode 100644
index 0000000..da137b1
--- /dev/null
+++ b/examples/99-full-stack-applications/client/index.html
@@ -0,0 +1,15 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ <title>🚧 app</title>
+
+ <script type="module" src="./priv/static/app.mjs"></script>
+ </head>
+
+ <body>
+ <div id="app"></div>
+ </body>
+</html>