diff options
Diffstat (limited to 'index.html')
| -rw-r--r-- | index.html | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..ae33dfd --- /dev/null +++ b/index.html @@ -0,0 +1,23 @@ +<!DOCTYPE html> +<html lang="en"> + <head> + <meta charset="UTF-8" /> + <link rel="shortcut icon" href="yacd.ico" /> + <link rel="icon" type="image/png" sizes="64x64" href="yacd.png" /> + <link rel="icon" type="image/png" sizes="128x128" href="yacd.png" /> + <link rel="apple-touch-icon-precomposed" href="apple-touch-icon-precomposed.png" /> + <meta name="apple-mobile-web-app-title" content="yacd" /> + <meta http-equiv="X-UA-Compatible" content="IE=edge" /> + <meta name="viewport" content="width=device-width, initial-scale=1" /> + <meta name="application-name" content="yacd" /> + <meta name="description" content="Yet Another Clash Dashboard" /> + <meta name="theme-color" content="#202020" media="(prefers-color-scheme: dark)" /> + <meta name="theme-color" content="#f7f7f7" media="(prefers-color-scheme: light)" /> + <title>yacd</title> + <script type="module" crossorigin src="./assets/index-C9L_vfV_.js"></script> + <link rel="stylesheet" crossorigin href="./assets/index-DfZ88PCr.css"> + <link rel="manifest" href="./manifest.webmanifest"><script id="vite-plugin-pwa:register-sw" src="./registerSW.js"></script></head> + <body> + <div id="app" data-base-url="http://127.0.0.1:9090"></div> + </body> +</html> |
