-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branches 'master' and 'master' of github.com:crypitor/blockchai…
…n-webhook
- Loading branch information
Showing
8 changed files
with
234 additions
and
9 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,109 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<head> | ||
<meta charset="UTF-8"/> | ||
<meta http-equiv="X-UA-Compatible" content="IE=edge"/> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"/> | ||
<title>Document</title> | ||
</head> | ||
<body> | ||
<table align="center"> | ||
<tbody> | ||
<tr> | ||
<td> | ||
<table | ||
align="center" | ||
style=" | ||
width: 100%; | ||
margin: 0; | ||
padding: 0; | ||
background-color: #ffffff; | ||
width: 700px; | ||
border-radius: 5px; | ||
border: solid 1px #ebebeb; | ||
margin-left: auto; | ||
margin-right: auto; | ||
" | ||
> | ||
<tbody> | ||
<tr style="height: 131px; text-align: center"> | ||
<td style="padding: 0; border-bottom: solid 1px #ebebeb"> | ||
<a href="https://crypitor.com/" target="_blank"> | ||
<img | ||
src="https://crypitor-asset.s3.ap-southeast-1.amazonaws.com/Artboard+2+copy.png" | ||
width="300"/> | ||
|
||
</a> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td style="padding: 24px 67px 46px"> | ||
<div style="font-size: 17px; font-weight: 500"> | ||
Hello, | ||
</div> | ||
<div | ||
style=" | ||
margin-top: 24px; | ||
margin-bottom: 24px; | ||
font-size: 17px; | ||
line-height: 30px; | ||
" | ||
> | ||
You have requested to login to your account. | ||
<br> | ||
Please click on the button below to complete your login. | ||
<br> | ||
Your request is valid for 5 minutes and will be expired at {{ expire }}. | ||
</div> | ||
<div style="text-align: center"> | ||
<a | ||
href="{{ linkEmailLogin }}" | ||
target="_blank" | ||
style=" | ||
font-size: 18px; | ||
font-weight: 600; | ||
display: inline-block; | ||
background-color: #0052FF; | ||
text-align: center; | ||
color: white; | ||
text-decoration: none; | ||
border-radius: 5px; | ||
padding: 16px 24px; | ||
" | ||
> | ||
Login now | ||
</a> | ||
</div> | ||
<div | ||
style=" | ||
margin-top: 24px; | ||
margin-bottom: 24px; | ||
font-size: 17px; | ||
line-height: 30px; | ||
" | ||
> | ||
If you did not perform this action, please contact us immediately at <a href="mailto:[email protected]">[email protected]</a> | ||
</div> | ||
</td> | ||
</tr> | ||
<tr> | ||
<td | ||
style=" | ||
text-align: center; | ||
color: #878787; | ||
font-size: 11px; | ||
padding-bottom: 29px; | ||
line-height: 20px; | ||
" | ||
> | ||
© 2024 All rights reserved | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</td> | ||
</tr> | ||
</tbody> | ||
</table> | ||
</body> | ||
</html> |