-
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.
- Loading branch information
Showing
1 changed file
with
13 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"><html dir="ltr" lang="en"><head><meta content="text/html; charset=UTF-8" http-equiv="Content-Type"/><style> | ||
@font-face { | ||
font-family: 'Inter'; | ||
font-style: normal; | ||
font-weight: 400; | ||
mso-font-alt: 'sans-serif'; | ||
src: url(https://github.com/google/fonts/raw/main/ofl/inter/Inter%5Bslnt,wght%5D.ttf) format('woff2'); | ||
} | ||
|
||
* { | ||
font-family: 'Inter', sans-serif; | ||
} | ||
</style></head><body style="background-color:rgb(255,255,255);color:rgb(31,41,55);text-align:center"><div style="display:none;overflow:hidden;line-height:1px;opacity:0;max-height:0;max-width:0">Your autorication code to log in to Events<div> </div></div><table align="center" width="100%" border="0" cellPadding="0" cellSpacing="0" role="presentation" style="max-width:37.5em;margin-top:2rem;margin-bottom:2rem"><tbody><tr style="width:100%"><td><img alt="Events Logo" height="40" src="https://events.deno.dev/orange-logo.png" style="display:block;outline:none;border:none;text-decoration:none;margin-left:auto;margin-right:auto" width="40"/><h1 class="text" style="margin-top:0.5rem;font-size:1.5rem;line-height:2rem;font-weight:700">Events</h1><h1 style="margin-top:2.5rem;margin-bottom:0.5rem">Verify Your Identity</h1><h1 style="font-size:1.125rem;line-height:1.75rem;font-weight:500;margin-top:0px">Enter the following code to finish logging in.</h1><p class="" style="font-size:1.5rem;line-height:2rem;margin:16px 0;font-weight:500;margin-top:5rem;margin-bottom:11rem;background-color:rgb(229,231,235);border-radius:0.375rem;width:max-content;margin-left:auto;margin-right:auto;letter-spacing:1em;padding-left:1.5rem;padding-right:calc(1.5rem - 1em);padding-top:0.75rem;padding-bottom:0.75rem">123456</p><p style="font-size:14px;line-height:24px;margin:16px 0">You can safly ignore this email if you did not request this login code.</p></td></tr></tbody></table></body></html> |