Judge0Tsting / app /views /layouts /mailer.html.erb
AdityaSharmaTech's picture
Upload 177 files
def1299 verified
raw
history blame contribute delete
229 Bytes
<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<style>
/* Email styles need to be inline */
</style>
</head>
<body>
<%= yield %>
</body>
</html>