| Akron | ca9bd98 | 2016-12-06 16:59:57 +0100 | [diff] [blame^] | 1 | <!DOCTYPE html> |
| 2 | <html> | ||||
| 3 | <head lang="en"> | ||||
| 4 | <meta charset="UTF-8"> | ||||
| 5 | <title></title> | ||||
| 6 | </head> | ||||
| 7 | <style> | ||||
| 8 | body { | ||||
| 9 | background-color: green; | ||||
| 10 | } | ||||
| 11 | |||||
| 12 | .content { | ||||
| 13 | margin: 10pt; | ||||
| 14 | padding:3pt 14pt; | ||||
| 15 | background-color: white; | ||||
| 16 | border-radius: 25pt; | ||||
| 17 | |||||
| 18 | } | ||||
| 19 | </style> | ||||
| 20 | <body> | ||||
| 21 | <div class="content"> | ||||
| 22 | |||||
| 23 | <h1>[: message.header :]</h1> | ||||
| 24 | |||||
| 25 | <p>You successfully registered for KorAP. In order to finish the registration process, please use this link: | ||||
| 26 | %% body.confirm %%. This link will expire ...</p> | ||||
| 27 | |||||
| 28 | </div> | ||||
| 29 | </body> | ||||
| 30 | </html> | ||||