-
-
Notifications
You must be signed in to change notification settings - Fork 33
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: inform user when the download has expired
- Loading branch information
Showing
2 changed files
with
34 additions
and
29 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,39 +1,40 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
|
||
<head> | ||
<meta charset="utf-8" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1" /> | ||
<title>2anki.net - Deck Ready</title> | ||
<link | ||
rel="stylesheet" | ||
href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" | ||
/> | ||
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/bulma/0.7.1/css/bulma.min.css" /> | ||
</head> | ||
|
||
<body class="content"> | ||
<section class="section"> | ||
<div class="container"> | ||
<h1 class="title">Your converted deck is ready!</h1> | ||
<p class="subtitle"> | ||
Download your converted deck here. | ||
<section class="section"> | ||
<div class="container"> | ||
<h1 class="title">Your converted deck is ready!</h1> | ||
<p class="subtitle"> | ||
Download your converted deck here. | ||
|
||
<a href="{{link}}">{{link}}</a> | ||
|
||
<a href="{{link}}">{{link}}</a> | ||
<strong>This link will expire so make sure to download the file.</strong> | ||
|
||
Happy learning. | ||
</p> | ||
<p> | ||
If you are having any issues, don't hesitate to ask for help! Reply to | ||
this email or join Discord https://alemayhu.com/discord | ||
</p> | ||
<p>Thank you!</p> | ||
<p><strong>Alexander Alemayhu</strong> Developer of 2anki.net</p> | ||
<hr /> | ||
<p class="has-text-grey-light"> | ||
If you did not request this deck conversion, please contact me via | ||
<a href="mailto:alexander@alemayhu.com">alexander@alemayhu.com</a>. | ||
</p> | ||
</div> | ||
</section> | ||
Happy learning. | ||
</p> | ||
<p> | ||
If you are having any issues, don't hesitate to ask for help! Reply to | ||
this email. | ||
</p> | ||
<p>Thank you!</p> | ||
<p><strong>Alexander Alemayhu</strong> Developer of 2anki.net</p> | ||
<hr /> | ||
<p class="has-text-grey-light"> | ||
If you did not request this deck conversion, please contact me via | ||
<a href="mailto:alexander@alemayhu.com">alexander@alemayhu.com</a>. | ||
</p> | ||
</div> | ||
</section> | ||
</body> | ||
</html> | ||
|
||
</html> |