<!DOCTYPE html>
<html lang= »fr »>
<head>
<meta charset= »UTF-8″>
<title>Sites & Services – Zewebfirm</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f9f9f9;
margin: 20px;
}
table {
border-collapse: collapse;
width: 100%;
background-color: white;
box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}
th, td {
padding: 16px;
text-align: left;
border-bottom: 1px solid #ddd;
}
th {
background-color: #0073e6;
color: white;
}
tr:hover {
background-color: #f1f1f1;
}
.icon {
font-size: 1.2em;
margin-right: 8px;
}
</style>
</head>
<body>
<h1>🌐 Sites & Services Zewebfirm – Version interactive</h1>
<table>
<thead>
<tr>
<th>Catégorie</th>
<th>Nom du service</th>
<th>Lien</th>
<th>Description</th>
</tr>
</thead>
<tbody>
<tr>
<td>💻 Offre Clé en main</td>
<td>Site clé en main – Conception évolutive</td>
<td><a href= »https://www.zewebfirm.fr/site-cle-en-main-conception-de-site-evolutif/ » target= »_blank »>Voir</a></td>
<td>Création de site évolutif, design et administrable, adapté à tous les supports.</td>
</tr>
<tr>
<td>📦 Offres dédiées</td>
<td>Mon Site Minute – Offres distributeurs</td>
<td><a href= »https://www.zewebfirm.fr/mon-site-minute-offres-distributeurs/ » target= »_blank »>Voir</a></td>
<td>Solutions rapides pour les réseaux de distribution : gain de temps, efficacité.</td>
</tr>
<tr>
<td>📝 Blog & Conseils</td>
<td>Ze Blog</td>
<td><a href= »https://www.zewebfirm.fr/blog/ » target= »_blank »>Voir</a></td>
<td>Articles d’actualité, conseils SEO, performances web, CMS et e-commerce.</td>
</tr>
</tbody>
</table>
</body>
</html>
