31 lines
597 B
Plaintext
Executable File
31 lines
597 B
Plaintext
Executable File
p #{name} #{surname} has just registered on #{nomeapp}
|
|
p With the following access datao:
|
|
span Username:
|
|
strong #{username}<br>
|
|
span Email:
|
|
strong #{emailto}<br>
|
|
p <br>Regards
|
|
|
|
style(type="text/css").
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
.divbtn {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
}
|
|
|
|
.btn-lg {
|
|
padding: 5px;
|
|
margin: 5px;
|
|
font-size: 26px;
|
|
cursor: pointer;
|
|
color: white;
|
|
background: #027be3 !important;
|
|
border-radius: 28px;
|
|
|
|
}
|