mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-01-07 06:33:57 -06:00
New HTML view.
This commit is contained in:
parent
c1c06410c2
commit
d7ee03d4f9
18
resources/twig/emails/registered-html.twig
Normal file
18
resources/twig/emails/registered-html.twig
Normal file
@ -0,0 +1,18 @@
|
|||||||
|
<p>Hey there!</p>
|
||||||
|
|
||||||
|
<p>Welkome to Firefly III. Your registration has made it, and this email is here to confirm it.</p>
|
||||||
|
|
||||||
|
<p>Thanks for using Firefly!</p>
|
||||||
|
|
||||||
|
<script type="application/ld+json">
|
||||||
|
{
|
||||||
|
"@context": "http://schema.org",
|
||||||
|
"@type": "EmailMessage",
|
||||||
|
"action": {
|
||||||
|
"@type": "ViewAction",
|
||||||
|
"url": "https://geld.nder.be/",
|
||||||
|
"name": "Visit Firefly III"
|
||||||
|
},
|
||||||
|
"description": "Visit Firefly III"
|
||||||
|
}
|
||||||
|
</script>
|
Loading…
Reference in New Issue
Block a user