Last active
February 7, 2020 09:13
-
-
Save DNAlchemist/cb537a9e7c84ec5c7bdc64f128e39e88 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
<html lang="ru"> | |
<body> | |
<h1>Привет, ${user}!</h1> | |
<p> | |
Рады вам вообщить, что у нас для вас есть <i>специальная акция</i>: ${promo} | |
</p> | |
<p> | |
Акция действительна в период с ${startDate} по ${endDate} | |
</p> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment