diff options
author | Daniel Baumann <daniel@debian.org> | 2024-11-26 09:28:28 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2024-11-26 12:25:58 +0100 |
commit | a1882b67c41fe9901a0cd8059b5cc78a5beadec0 (patch) | |
tree | 2a24507c67aa99a15416707b2f7e645142230ed8 /index.html | |
parent | Initial commit. (diff) | |
download | uptime-kuma-a1882b67c41fe9901a0cd8059b5cc78a5beadec0.tar.xz uptime-kuma-a1882b67c41fe9901a0cd8059b5cc78a5beadec0.zip |
Adding upstream version 2.0.0~beta.0+dfsg.upstream/2.0.0_beta.0+dfsgupstream
Signed-off-by: Daniel Baumann <daniel@debian.org>
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..87aa606 --- /dev/null +++ b/index.html @@ -0,0 +1,33 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8" /> + <meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" /> + <link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png"> + <link rel="icon" type="image/svg+xml" href="/icon.svg" /> + <link rel="manifest" href="/manifest.json" /> + <meta name="theme-color" id="theme-color" content="" /> + <meta name="description" content="Uptime Kuma monitoring tool" /> + <title>Uptime Kuma</title> + <style> + .noscript-message { + font-size: 20px; + text-align: center; + padding: 10px; + max-width: 500px; + margin: 0 auto; + } + </style> +</head> +<body> +<noscript> +<div class="noscript-message"> + Sorry, you don't seem to have JavaScript enabled or your browser + doesn't support it.<br />This website requires JavaScript to function. + Please enable JavaScript in your browser settings to continue. +</div> +</noscript> +<div id="app"></div> +<script type="module" src="/src/main.js"></script> +</body> +</html> |