diff options
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/email.html | 7 | ||||
| -rw-r--r-- | templates/email.txt | 8 |
2 files changed, 15 insertions, 0 deletions
diff --git a/templates/email.html b/templates/email.html new file mode 100644 index 0000000..f2f00f4 --- /dev/null +++ b/templates/email.html @@ -0,0 +1,7 @@ +HANSEL AND GRETEL +<br><br> +<img src='{{url}}'> +<br><br> +<a href='https://hanselgretelarmory.com/photo/{{hash}}'>Download your photo</a> +<br><br> + diff --git a/templates/email.txt b/templates/email.txt new file mode 100644 index 0000000..b36490b --- /dev/null +++ b/templates/email.txt @@ -0,0 +1,8 @@ +HANSEL AND GRETEL + +We found your face! + +<a href='https://hanselgretelarmory.com/photo/{{hash}}'>Download your photo</a> + +ARMORY ON PARK + |
