Skip to content

Commit

Permalink
added: sample template for email
Browse files Browse the repository at this point in the history
  • Loading branch information
shivang0-0 committed Oct 21, 2023
1 parent e742e22 commit bebaa88
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions scripts/mail-scripts/email_body.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Mercurius</title>
</head>
<body>
<h1>Ahoy OSDC CT!</h1>
<p>~~Sample Content of the mail to be sent~~</p>
<p>This mail marks the completion of back-end code. Feel free to customize this mail and
the mercurius website itself from <a href="https://github.com/osdc/Mercurius">github</a> with
your own content CT, way to go!!!</p>
<p>Check out the <a href="https://mercurius.netlify.app/">website</a> for mercurius.</p>
<p>Best regards,<br>OSDC</p>
</body>
</html>

0 comments on commit bebaa88

Please sign in to comment.