<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Domain zu verkaufen</title>
<style>
body {
font-family: Arial, sans-serif;
text-align: center;
padding: 50px;
background-color: #f8f8f8;
}
.container {
background: white;
padding: 30px;
border-radius: 10px;
box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
max-width: 500px;
margin: auto;
}
h1 {
color: #d9534f;
}
p {
font-size: 18px;
}
.contact {
margin-top: 20px;
font-weight: bold;
}
</style>
</head>
<body>
<div class="container">
<h1>Diese Domain steht zum Verkauf</h1>
<p>Wenn Sie Interesse an dieser Domain haben, kontaktieren Sie mich bitte.</p>
<div class="contact">
<p>Email: post@saschamoll.de</p>
</div>
</div>
</body>
</html>