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.

57 lines
1.8 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 cac5b68c-28f4-4481-a0a0-4dc427209bdf</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 cac5b68c-28f4-4481-a0a0-4dc427209bdf</h1>
<p>Date: 2023-08-04</p>
</div>
<div class="customer-info">
<h2>Informations Client</h2>
<p>Nom: Austin Gentry</p>
<p>Email: jason76@example.net</p>
<p>Adresse: 38849 Hurst Locks Suite 328
Daviston, VI 14872</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>image</td>
<td>7</td>
<td>86</td>
<td>602</td>
</tr>
</table>
</div>
<div class="total">
<p>Montant Total: 9871</p>
</div>
<div class="footer">
<p>Merci pour votre achat!</p>
</div>
</div>
</body>
</html>