| <!DOCTYPE html> | |
| <html> | |
| <head lang="en"> | |
| <meta charset="UTF-8"> | |
| <title></title> | |
| </head> | |
| <style> | |
| body { | |
| background-color: green; | |
| } | |
| .content { | |
| margin: 10pt; | |
| padding:3pt 14pt; | |
| background-color: white; | |
| border-radius: 25pt; | |
| } | |
| </style> | |
| <body> | |
| <div class="content"> | |
| <h1>[: message.header :]</h1> | |
| <p>You successfully registered for KorAP. In order to finish the registration process, please use this link: | |
| %% body.confirm %%. This link will expire ...</p> | |
| </div> | |
| </body> | |
| </html> |