umarov99

Untitled

Jul 15th, 2021
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.52 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. </head>
  6. <body>
  7. <h1>Анфиса для друзей</h1>
  8. <h2>{{ name }}</h2> <!-- Сюда выведите название мороженого в HTML-теге 'h2' -->
  9. <p>{{ description }}</p>
  10. <!-- Сюда выведите описание мороженого в HTML-теге 'p'-->
  11. <br>
  12.  
  13.  
  14. <a href="../">Вернуться к списку</a>
  15. <br>
  16. <br>
  17. <a href="/">На главную</a>
  18. </body>
  19. </html>
  20.  
Advertisement
Add Comment
Please, Sign In to add comment