cannery/lib/cannery_web/components/layouts/email_html.html.heex
shibao 37d101a71e
Some checks failed
continuous-integration/drone/tag Build is failing
continuous-integration/drone/push Build is failing
update deps
2025-04-05 00:13:01 +00:00

20 lines
660 B
Plaintext

<html>
<head>
<title>
{@email.subject}
</title>
</head>
<body style="padding: 2em; color: rgb(31, 31, 31); background-color: rgb(220, 220, 228); font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif; text-align: center;">
{@inner_content}
<hr style="margin: 2em auto; border-width: 1px; border-color: rgb(212, 212, 216); width: 100%; max-width: 42rem;" />
<a style="color: rgb(31, 31, 31);" href={~p"/"}>
{dgettext(
"emails",
"This email was sent from Cannery, the self-hosted firearm tracker website."
)}
</a>
</body>
</html>