<!DOCTYPE html>
<html lang="it">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>informaincasa.it | Dominio in Vendita</title>
<link rel="icon" href="assets/images/favicon.png" type="image/png">
<style>
@font-face {
font-family: 'NexaRegular';
src: url('assets/fonts/NexaRegular.otf') format('opentype');
font-weight: normal;
font-style: normal;
}
body, html {
height: 100%;
margin: 0;
font-family: Arial, sans-serif;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
background: url('assets/images/bg/marketdomain-bg.jpg') no-repeat center center fixed;
background-size: cover;
}
.container {
text-align: center;
padding: 20px;
border-radius: 10px;
color: white;
flex: 1;
display: flex;
flex-direction: column;
justify-content: center;
}
footer {
width: 100%;
padding: 10px 0;
text-align: center;
color: white;
}
.domain-name {
font-size: 4em;
margin-bottom: 50px;
font-weight: bold;
}
.for-sale {
font-size: 2.0em;
margin-bottom: 20px;
}
.cta {
font-size: 1.8em;
margin-top: 20px;
}
.cta a {
color: white;
text-decoration: none;
font-weight: bold;
background-color: #ff5500;
padding: 10px 20px;
border-radius: 5px;
}
.logo img {
width: 60%;
}
</style>
<!-- Google tag (gtag.js) -->
<script async src="https://www.googletagmanager.com/gtag/js?id=G-QZXS82W72L"></script>
<script>
window.dataLayer = window.dataLayer || [];
function gtag(){dataLayer.push(arguments);}
gtag('js', new Date());
gtag('config', 'G-QZXS82W72L');
</script>
</head>
<body>
<div class="container">
<div class="domain-name">INFORMAINCASA.IT</div>
<div class="for-sale">Questo dominio è in vendita su</div>
<div class="logo">
<img src="assets/images/logo/marketdomain-white.png" alt="MarketDomain Logo">
</div>
<div class="cta">
<a href="http://www.marketdomain.it">Fai un'offerta</a>
</div>
</div>
</body>
<footer class="footer-area mb-30">
<div class="container">
<div class="row align-items-center">
<div class="col-lg-12">
<div class="copy-right-text text-lg-right text-center">
<p class="text-white">Marketdomain.it di proprietà di WEB 365 SRL – Via Nicola Marchese 10, 00141 Rome (RM) – Partita IVA 12279101005</p>
<p class="text-white">Copyright © 2025 – Tutti i diritti riservati</p>
</div>
</div>
</div>
</div>
</footer>
</html>