modpacksio-common
Version:
Common code for Modpacks.io services
51 lines (42 loc) • 1.9 kB
HTML
<!-- PLAIN HTML -->
<style>
h1 {
color: rgba(0, 0, 0, .7);
padding-bottom: 20px;
}
p {
padding-bottom: 15px;
}
.button {
display: flex;
justify-content: center;
width: 100%;
margin-top: 10%;
}
.button a {
width: 125px;
height: 40px;
line-height: 40px;
text-align: center;
text-decoration: none;
text-transform: uppercase;
font-size: 14px;
color: rgba(0, 0, 0, .7);
border-radius: 5px;
background-color: #307eff;
}
.button a:hover {
background-color: #185cc9;
}
</style>
<h1>Hello, Matt Worzala</h1>
<p>We are glad that you (hopefully) registered an account on modpacks.io!</p>
<p>
Please click the button below (or use the direct link) to verify your identity.
Until this step is complete you will be unable to use the full capabilities of your account.
</p>
<div class="button">
<a href="https://modpacks.io/verify?code=2195y127985h8712g58712g57681g25">Verify Email</a>
</div>
<!-- FORMATTED -->
<style>.button a:hover{background-color:#185cc9}</style><h1 style=color:rgba(0,0,0,.7);padding-bottom:20px>Hello, Matt Worzala</h1><p style=padding-bottom:15px>We are glad that you (hopefully) registered an account on modpacks.io!<p style=padding-bottom:15px>Please click the button below (or use the direct link) to verify your identity. Until this step is complete you will be unable to use the full capabilities of your account.<div class=button style=display:flex;justify-content:center;width:100%;margin-top:10%><a href="https://modpacks.io/verify?code=2195y127985h8712g58712g57681g25"style=width:125px;height:40px;line-height:40px;text-align:center;text-decoration:none;text-transform:uppercase;font-size:14px;color:rgba(0,0,0,.7);border-radius:5px;background-color:#307eff>Verify Email</a></div>