summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
Diffstat (limited to 'client/index.html')
-rw-r--r--client/index.html17
1 files changed, 17 insertions, 0 deletions
diff --git a/client/index.html b/client/index.html
new file mode 100644
index 0000000..87796c6
--- /dev/null
+++ b/client/index.html
@@ -0,0 +1,17 @@
+<!DOCTYPE html>
+<html lang="en">
+ <head>
+ <meta charset="UTF-8" />
+ <meta name="viewport" content="width=device-width, initial-scale=1.0" />
+
+ <title>yuna.news</title>
+
+ <!-- Uncomment this if you add the TailwindCSS integration -->
+ <!-- <link rel="stylesheet" href="/priv/static/client.css> -->
+ <script type="module" src="/priv/static/client.mjs"></script>
+ </head>
+
+ <body>
+ <div id="app"></div>
+ </body>
+</html>