Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
109 changes: 41 additions & 68 deletions index.html
Original file line number Diff line number Diff line change
@@ -1,71 +1,44 @@

<!DOCTYPE html>
<!--[if IE 8]> <html lang="en" class="ie8 no-js ie"> <![endif]-->
<!--[if IE 9]> <html lang="en" class="ie9 no-js ie"> <![endif]-->
<!--[if !IE]><html lang="en"><![endif]-->

<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-CC8NSWF6PS"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());

gtag('config', 'G-CC8NSWF6PS');
</script>
<style type="text/css">
.w-32 {
display:block;
margin-left: auto;
margin-right: auto;
}
p {
text-align: center
}
</style>

<meta charset="utf-8"/>
<title>Garner Platform | Maintenance Window</title>
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta content="width=device-width, initial-scale=1" name="viewport"/>
<meta http-equiv="refresh" content="10">
<link rel="apple-touch-icon" sizes="180x180" href="https://content.garnercorp.com/lighthouse/2022/favicon/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://content.garnercorp.com/lighthouse/2022/favicon/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://content.garnercorp.com/lighthouse/2022/favicon/favicon-16x16.png">
</head>

<body class="login">

<!-- BEGIN LOGO -->
<header
class="container mx-auto flex justify-center md:justify-start pt-4 pb-2 max-w-screen-lg border-b border-gray-300"
<html>
<head>
<!-- Global site tag (gtag.js) - Google Analytics -->
<script
async
src="https://www.googletagmanager.com/gtag/js?id=G-5JRB59MSYQ"
></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag() {
dataLayer.push(arguments);
}
gtag("js", new Date());
gtag("config", "G-5JRB59MSYQ");
</script>

<meta charset="utf-8" />
<title>Garner Platform | Maintenance Window</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<meta http-equiv="refresh" content="10" />
<script src="https://cdn.jsdelivr.net/npm/@tailwindcss/browser@4"></script>
</head>

<body class="h-screen">
<main
class="h-full flex flex-col justify-center items-start text-center max-w-xl mx-auto px-4 text-left gap-4"
>
<div class="">
<a href="https://www.garnercorp.com/">
<img
alt="Garner"
src="https://content.garnercorp.com/lighthouse/auth0/garner.png"
class="w-32 pb-1"
width="377"
height="107"
/>
</a>
</div>
</header>
<!-- END LOGO -->

<div class="content">
<center>
<h1>Garner Platform is down for Scheduled Maintenance</h1>
</center>

<p>
<center>
Garner Platform is down for Scheduled Maintenance.
</center>
</p>
</div>
</body>

</html>
<h1 class="text-4xl font-extrabold">We'll be right back</h1>
<p>
The Garner Platform is not available at this time due to scheduled
maintenance. We are working hard to bring you a better experience.
</p>
<a href="https://www.garnercorp.com/">
<img
alt="Garner"
src="https://content.garnercorp.com/lighthouse/auth0/garner.png"
class="w-32"
/>
</a>
</main>
</body>
</html>
Loading