Mon commit initial
This commit is contained in:
20
SGL/templates/emails/email_template.html
Normal file
20
SGL/templates/emails/email_template.html
Normal file
@@ -0,0 +1,20 @@
|
||||
<!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>
|
||||
Reference in New Issue
Block a user