mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-22 16:03:44 +01:00
18 lines
552 B
HTML
18 lines
552 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<script type="text/javascript">
|
|
window.config = {logo: "{{ .Logo }}"};
|
|
</script>
|
|
<title>{{ .Title }}</title>
|
|
<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">
|
|
</head>
|
|
<body class="dark:bg-gray-900">
|
|
<noscript><strong>Enable JavaScript to view this page.</strong></noscript>
|
|
<div id="app"></div>
|
|
</body>
|
|
</html>
|