fancy-gatus/public/index.html

18 lines
565 B
HTML
Raw Normal View History

2022-01-03 22:55:58 +01:00
<!DOCTYPE html>
<html lang="">
<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">
2022-01-16 01:26:22 +01:00
<title>Infrastructure Status</title>
2022-01-03 22:55:58 +01:00
</head>
<body>
<noscript>
2022-01-15 02:22:37 +01:00
<strong>We're sorry but this page doesn't work properly without JavaScript enabled. Please enable it to continue.</strong>
2022-01-03 22:55:58 +01:00
</noscript>
<div id="app"></div>
<!-- built files will be auto injected -->
</body>
</html>