uptime-kuma/index.html

14 lines
358 B
HTML
Raw Normal View History

2021-06-24 13:42:03 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8" />
2021-06-27 09:31:39 +00:00
<link rel="icon" type="image/svg+xml" href="/icon.svg" />
2021-06-24 13:42:03 +00:00
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>Uptime Kuma</title>
</head>
<body>
<div id="app"></div>
<script type="module" src="/src/main.js"></script>
</body>
</html>