Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- </head>
- <body>
- <h1>Анфиса для друзей</h1>
- <h2>{{ name }}</h2> <!-- Сюда выведите название мороженого в HTML-теге 'h2' -->
- <p>{{ description }}</p>
- <!-- Сюда выведите описание мороженого в HTML-теге 'p'-->
- <br>
- <a href="../">Вернуться к списку</a>
- <br>
- <br>
- <a href="/">На главную</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment