gatus/web/app/public/index.html

17 lines
479 B
HTML
Raw Normal View History

<!DOCTYPE html>
2021-01-30 05:10:01 +01:00
<html lang="en">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<link rel="icon" href="<%= BASE_URL %>favicon.ico">
<title>Health Dashboard | Gatus</title>
</head>
2021-05-09 18:59:22 +02:00
<body class="dark:bg-gray-900">
<noscript>
2021-01-30 05:10:01 +01:00
<strong>Enable JavaScript to view this page.</strong>
</noscript>
<div id="app"></div>
</body>
</html>