diff options
| author | Fuwn <[email protected]> | 2024-07-27 19:03:49 -0700 |
|---|---|---|
| committer | Fuwn <[email protected]> | 2024-07-27 19:03:49 -0700 |
| commit | efeff94b550651ab8f134e705b07b80c1c8faeba (patch) | |
| tree | d345d0a0d5602cc01ee164a02a08b07bf97ecfd8 /client/index.html | |
| download | yuna-main.tar.xz yuna-main.zip | |
Diffstat (limited to 'client/index.html')
| -rw-r--r-- | client/index.html | 17 |
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> |