diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 15:49:52 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2020-12-25 15:49:52 +0100 |
| commit | 4c066bedb82d4b705d0e60308ceee64daf97388c (patch) | |
| tree | 2090aaca1db3287b813d2f90d287abcacc49364b /emailing/template.hbs | |
| parent | c804725c15813e17dfc36ab4e932621948e7d262 (diff) | |
| download | mitjafelicijan.com-4c066bedb82d4b705d0e60308ceee64daf97388c.tar.gz | |
Added json template and upgraded code to allow testing
Diffstat (limited to 'emailing/template.hbs')
| -rw-r--r-- | emailing/template.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/emailing/template.hbs b/emailing/template.hbs index 39dc28c..8fe22df 100644 --- a/emailing/template.hbs +++ b/emailing/template.hbs | |||
| @@ -4,7 +4,7 @@ | |||
| 4 | <title></title> | 4 | <title></title> |
| 5 | </head> | 5 | </head> |
| 6 | 6 | ||
| 7 | <body style="background: #f2f2f2; padding: 60px; color: #222222; line-height: 22px; font-family: sans; font-size: 16px;"> | 7 | <body style="background: #f2f2f2; padding: 60px; color: #222222; line-height: 22px; font-family: sans-serif, system-ui, -apple-system; font-size: 16px;"> |
| 8 | 8 | ||
| 9 | <div style="width: 650px; background: #ffffff; text-align: left; padding: 40px; margin: 0 auto; border-radius: 10px;"> | 9 | <div style="width: 650px; background: #ffffff; text-align: left; padding: 40px; margin: 0 auto; border-radius: 10px;"> |
| 10 | 10 | ||
