-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
e742e22
commit bebaa88
Showing
1 changed file
with
17 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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> |