summaryrefslogtreecommitdiff
path: root/webapp/index.html
diff options
context:
space:
mode:
authorKjetil Orbekk <kj@orbekk.com>2022-09-03 18:52:40 -0400
committerKjetil Orbekk <kj@orbekk.com>2022-09-03 19:14:16 -0400
commit1c2d88434021f25c43c2503cfce72ef5336c288e (patch)
tree98af21e2a4187d32bad5a3e75a972f6369256ecd /webapp/index.html
parent5abdd7c876e821fa6b7be0f8e7298b9a4c9e1d20 (diff)
Yew skeleton project
Diffstat (limited to 'webapp/index.html')
-rw-r--r--webapp/index.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/webapp/index.html b/webapp/index.html
new file mode 100644
index 0000000..54e7990
--- /dev/null
+++ b/webapp/index.html
@@ -0,0 +1,7 @@
+<!doctype html>
+<html lang="en">
+ <head>
+ <link data-trunk rel="css" href="src/default.css"/>
+ </head>
+ <body></body>
+</html>