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" />
|
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>
|
2021-08-09 08:44:32 +01:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="/src/main.js"></script>
|
|
|
|
</body>
|
2021-06-24 14:42:03 +01:00
|
|
|
</html>
|