20 lines
845 B
HTML
20 lines
845 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<title>Message test</title>
|
|
</head>
|
|
<body>
|
|
<div style="background-color: aliceblue; min-height: 100vh; width: 100%; display: flex; justify-content: center;">
|
|
<div style="background-color: white; width: 80%; margin-top: 10px; border-radius: 15px; padding: 10px;">
|
|
<img src="téléchargement.png" alt="Logo cerfig" style="display: block; margin: auto;">
|
|
<h1 style="text-align: center;">Réception de nouveau produit</h1>
|
|
<p>
|
|
Bonjour M. Sylla Soriba, la livraison de nouveaux ordinateurs au CERFIG a été effectuée
|
|
avec succès. Merci à vous
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html> |