2021-01-24 10:50:58 +01:00
<!DOCTYPE html>
2021-01-30 05:10:01 +01:00
< html lang = "en" >
2021-01-24 10:50:58 +01:00
< head >
2021-05-17 05:45:01 +02:00
< meta charset = "utf-8" / >
2021-09-19 03:43:19 +02:00
< script type = "text/javascript" >
2022-01-08 20:55:40 +01:00
window.config = {logo: "{{ .Logo }}", header: "{{ .Header }}", link: "{{ .Link }}"};
2021-09-19 03:43:19 +02:00
< / script >
2021-09-11 07:51:14 +02:00
< title > {{ .Title }}< / title >
2021-01-24 10:50:58 +01:00
< meta http-equiv = "X-UA-Compatible" content = "IE=edge" >
< meta name = "viewport" content = "width=device-width,initial-scale=1.0" >
2022-01-03 01:56:13 +01:00
< link rel = "icon" type = "image/png" sizes = "32x32" href = "/favicon-32x32.png" / >
< link rel = "icon" type = "image/png" sizes = "16x16" href = "/favicon-16x16.png" / >
< link rel = "shortcut icon" href = "/favicon.ico" / >
< meta property = "description" content = "Gatus is an advanced automated status page that lets you monitor your applications and configure alerts to notify you if there's an issue" / >
2021-01-24 10:50:58 +01:00
< / head >
2021-05-09 18:59:22 +02:00
< body class = "dark:bg-gray-900" >
2021-05-17 05:45:01 +02:00
< noscript > < strong > Enable JavaScript to view this page.< / strong > < / noscript >
2021-01-24 10:50:58 +01:00
< div id = "app" > < / div >
< / body >
< / html >