43 lines
1.1 KiB
HTML
43 lines
1.1 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<style>
|
|
.container {
|
|
width: 60%;
|
|
margin: 0% auto 0;
|
|
background-color: #f0f0f0;
|
|
padding: 2% 5%;
|
|
border-radius: 10px
|
|
}
|
|
|
|
ul {
|
|
padding-left: 20px;
|
|
}
|
|
|
|
p {
|
|
line-height: 2.3
|
|
}
|
|
|
|
a {
|
|
color: #20a53a
|
|
}
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="container">
|
|
<center>
|
|
<h1>Ghink Network Passport</h1>
|
|
<h3>Reg Auth Mail</h3>
|
|
<ul>
|
|
<p>Thanks for reg the Ghink Network Passport</p>
|
|
<p>Click the link to auth: <a href="{{link}}">{{link}}</a></p>
|
|
<p>Valid for 3 hours</p>
|
|
<p>If you cannot click the link please copy the link to open it in browser</p>
|
|
<p>If you didn't reg the Ghink Network Passport, please ignore the mail</p>
|
|
<p>Copyright © Ghink Network Studio</p>
|
|
</ul>
|
|
</center>
|
|
</div>
|
|
</body>
|
|
</html> |