uptime-kuma/index.html

34 lines
1.1 KiB
HTML
Raw Normal View History

2021-06-24 14:42:03 +01:00
<!DOCTYPE html>
<html lang="en">
2021-08-09 08:44:32 +01:00
<head>
2021-08-12 17:23:40 +01:00
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover" />
2021-08-09 08:44:32 +01:00
<link rel="apple-touch-icon" sizes="180x180" href="/apple-touch-icon.png">
2021-08-12 17:23:40 +01:00
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
2021-10-31 05:17:34 +00:00
<link rel="manifest" href="/manifest.json" />
2021-08-12 17:23:40 +01:00
<meta name="theme-color" id="theme-color" content="" />
<meta name="description" content="Uptime Kuma monitoring tool" />
2021-06-24 14:42:03 +01:00
<title>Uptime Kuma</title>
<style>
.noscript-message {
font-size: 20px;
text-align: center;
padding: 10px;
max-width: 500px;
margin: 0 auto;
}
</style>
2021-08-09 08:44:32 +01:00
</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>
2021-08-09 08:44:32 +01:00
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
2021-06-24 14:42:03 +01:00
</html>