You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

71 lines
2.2 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Facture 87c5421e-ec24-43c5-8754-108ff4188f3f</title>
<style>
body { font-family: Arial, sans-serif; }
.invoice { width: 80%; margin: auto; border: 1px solid #ddd; padding: 20px; }
.header, .footer { text-align: center; }
.customer-info, .items { margin-bottom: 20px; }
.items table { width: 100%; border-collapse: collapse; }
.items table, th, td { border: 1px solid #ddd; padding: 8px; text-align: left; }
.total { text-align: right; font-weight: bold; }
</style>
</head>
<body>
<div class="invoice">
<div class="header">
<h1>Facture 87c5421e-ec24-43c5-8754-108ff4188f3f</h1>
<p>Date: 2020-01-02</p>
</div>
<div class="customer-info">
<h2>Informations Client</h2>
<p>Nom: Kendra Maddox DVM</p>
<p>Email: frazierdanny@example.net</p>
<p>Adresse: 46270 Stanton Track Apt. 814
East Nathaniel, GA 71198</p>
</div>
<div class="items">
<h2>Articles</h2>
<table>
<tr>
<th>Nom de l'article</th>
<th>Quantit<EFBFBD></th>
<th>Prix unitaire</th>
<th>Total</th>
</tr>
<tr>
<td>middle</td>
<td>1</td>
<td>24</td>
<td>24</td>
</tr>
<tr>
<td>woman</td>
<td>6</td>
<td>49</td>
<td>294</td>
</tr>
<tr>
<td>education</td>
<td>1</td>
<td>40</td>
<td>40</td>
</tr>
</table>
</div>
<div class="total">
<p>Montant Total: 9913</p>
</div>
<div class="footer">
<p>Merci pour votre achat!</p>
</div>
</div>
</body>
</html>