<!DOCTYPE html>
<html lang="fr">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>NaonetPay — Paiements Bitcoin → Euros instantanément</title>
<style>
body {
font-family: Arial, sans-serif;
margin: 0;
padding: 0;
background: #ffffff;
color: #111;
text-align: center;
padding-top: 80px;
}
h1 {
font-size: 32px;
margin-bottom: 10px;
}
p {
font-size: 18px;
margin-bottom: 20px;
color: #444;
}
.logo {
width: 120px;
margin-bottom: 20px;
}
.btn {
display: inline-block;
padding: 12px 24px;
background: #ff8c00;
color: white;
text-decoration: none;
border-radius: 6px;
font-size: 18px;
margin-top: 20px;
}
</style>
</head>
<body>
<img src="logo.png" alt="NaonetPay" class="logo">
<h1>Paiements Bitcoin → Euros instantanément ⚡</h1>
<p>Pour les commerçants de Nantes. Frais ~3× moins chers qu’un paiement CB.</p>
<a href="mailto:contact@naonetpay.fr" class="btn">Nous contacter</a>
</body>
</html>