<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Glamorous Lenghts has moved to glhair.uk</title>
<style>
div#banner a img {
width: 100%;
height: 100%;
display: block;
}
div#text {
text-align: center;
font-size: 30px;
font-family: sans-serif;
}
div#logo {
max-width: 150px !important;
}
div#logo img {
max-width: 100%;
margin: 0 auto;
}
.button{
background-color: #000; /* black background */
border: none; /* Remove border */
color: white; /* Text color */
padding: 15px 32px; /* Padding for button */
text-align: center; /* Center text */
text-decoration: none; /* Remove underline */
display: inline-block; /* Allow for inline button */
font-size: 16px; /* Font size */
margin: 4px 2px; /* Margin around the button */
cursor: pointer; /* Pointer cursor on hover */
border-radius: 8px; /* Rounded corners */
transition: background-color 0.3s; /* Smooth background color transition */
}
</style>
<script type="7dc03081433593b1663a11e3-text/javascript">
// Set the initial countdown time in seconds
var countdownTime = 10;
// Function to update the countdown timer and redirect after the time is up
function updateTimer() {
if (countdownTime <= 0) {
window.location.href = "https://glhair.uk"; // Redirect when time is up
} else {
document.getElementById("timer").innerText = countdownTime + " seconds remaining";
countdownTime--;
}
}
// Update the timer every second
setInterval(updateTimer, 1000);
</script>
</head>
<body>
<div id="logo">
<img src="https://glhair.uk/cdn/shop/files/gl-logo.png"/>
</div>
<div id="text">
<p>Hi, we're redirecting you to our new site at GLhair.uk
</p>
<p>Simply sign up, and you can continue using your trade code as usual.</p>
<p>If you need any assistance, please click the WhatsApp link for support.</p>
<p id="timer">10 seconds remaining</p>
<a class="button" href="https://glhair.uk/?utm_source=glamorouslengths.com&utm_medium=referral&utm_campaign=movebanner&utm_content=movebannerlink">Visit glhair.uk</a>
</div>
<div id="banner">
<a href="https://glhair.uk/?utm_source=glamorouslengths.com&utm_medium=referral&utm_campaign=movebanner&utm_content=movebannerlink"><img src="https://cdn.shopify.com/s/files/1/0736/5528/8090/files/gl-hair-extensions-desktop-banner.jpg" class="movebanner"/></a>
</div>
<script src="/cdn-cgi/scripts/7d0fa10a/cloudflare-static/rocket-loader.min.js" data-cf-settings="7dc03081433593b1663a11e3-|49" defer></script></body>
</html>