1
0
ohmyform/api/locales/en/mail/user/created.mjml
Michael Schramm 9c4c325e5a
Switch to single branch (#221)
* remove submodules
* add api and ui files
* update github actions
* use sparse checkout
* update node setup
* update checkout
* update docker
* change permissions
* update mariadb health check
* update changelog
2023-12-02 19:22:40 +01:00

23 lines
622 B
XML

<mjml>
<mj-head>
<mj-title>Welcome to OhMyForm</mj-title>
</mj-head>
<mj-body>
<mj-section>
<mj-column>
<mj-text font-size="25px" color="#444" font-family="helvetica">OhMyForm!</mj-text>
<mj-divider border-color="#444"></mj-divider>
<mj-text font-size="20px" color="#444" font-family="helvetica">
Your Username is {{username}}
</mj-text>
<mj-text font-size="14px" color="#444" font-family="helvetica">
<a href="{{confirm}}">Click here to verify your Account</a>
</mj-text>
</mj-column>
</mj-section>
</mj-body>
</mjml>