summaryrefslogtreecommitdiff
path: root/client/index.html
diff options
context:
space:
mode:
authorFuwn <[email protected]>2024-07-27 19:03:49 -0700
committerFuwn <[email protected]>2024-07-27 19:03:49 -0700
commitefeff94b550651ab8f134e705b07b80c1c8faeba (patch)
treed345d0a0d5602cc01ee164a02a08b07bf97ecfd8 /client/index.html
downloadyuna-main.tar.xz
yuna-main.zip
feat: initial development buildHEADmain
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>