2021-06-24 06:42:03 -07:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
2021-08-05 02:56:38 -07:00
|
|
|
<head>
|
2021-06-24 06:42:03 -07:00
|
|
|
<meta charset="UTF-8" />
|
2021-06-27 02:31:39 -07:00
|
|
|
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
|
2021-08-05 02:56:38 -07:00
|
|
|
<link rel="apple-touch-icon" href="./apple-touch-icon.png">
|
2021-06-24 06:42:03 -07:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
|
2021-07-17 13:51:07 -07:00
|
|
|
<meta name="theme-color" content="#5cdd8b" />
|
2021-07-17 13:53:32 -07:00
|
|
|
<meta name="description" content="Uptime Kuma monitoring tool" />
|
2021-06-24 06:42:03 -07:00
|
|
|
<title>Uptime Kuma</title>
|
2021-08-05 02:56:38 -07:00
|
|
|
</head>
|
|
|
|
<body>
|
|
|
|
<div id="app"></div>
|
|
|
|
<script type="module" src="./src/main.js"></script>
|
|
|
|
</body>
|
2021-06-24 06:42:03 -07:00
|
|
|
</html>
|