nextfest.co.uk Ads.txt file
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Website coming soon</title>
<link href="https://fonts.googleapis.com/css2?family=Cinzel:wght@400;700&display=swap" rel="stylesheet">
<style>
body {
margin: 0;
height: 100vh;
background-color: #f0ebd8;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
font-family: 'Cinzel', serif;
color: #362e23;
text-align: center;
}
img {
max-width: 350px;
height: auto;
margin-bottom: 20px;
}
h1 {
font-size: 2rem;
margin-bottom: 15px;
}
p {
margin: 5px 0;
font-size: 1.1rem;
}
a {
color: #362e23;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
footer {
position: fixed;
bottom: 10px;
width: 100%;
text-align: center;
font-size: 0.9rem;
}
</style>
</head>
<body>
<img src="images/logo.jpg" alt="Quality Wedding DJ Logo">
<h1>Website Coming Soon</h1>
<p>Email: <a href="mailto:enquiries@qualityweddingdj.co.uk">enquiries@qualityweddingdj.co.uk</a></p>
<p>Telephone: <a href="tel:07850692905">07850 692905</a></p>
<footer>
Hosted by <a href="https://hostdada.co.uk" target="_blank">Host Dada</a>
</footer>
</body>
</html>