payment_unsucc.html 1.2 KB

12345678910111213141516171819202122232425262728293031323334353637
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="shortcut icon" type="image/png" href="https://animaproject.s3.amazonaws.com/home/favicon.png" />
  7. <link rel="stylesheet" type="text/css" href="css/style.css">
  8. </head>
  9. <body>
  10. <header>
  11. <a href="personal_acc.html"><img src="img/logo_open.svg" alt="sharix" style="height:42px"></a>
  12. </header>
  13. <div class="logout">
  14. <a href="" class="logoutCircle"><img src="img/Vector.svg"></a>
  15. <a href="" class="logoutText">Выйти</a>
  16. </div>
  17. <main>
  18. <div class="fullH">
  19. <p>Оплата не произошла :(</p>
  20. <a href="payment.html" id="back">Назад</a>
  21. </div>
  22. </main>
  23. <footer class="getPay-footer">
  24. <ul>
  25. <li id="deleteAcc"><a href="">Удалить аккаунт</a></li>
  26. <li><a href="">Контакты</a></li>
  27. <li><a href="">Условия использования</a></li>
  28. <li><a href="">Политика конфиденциальности</a></li>
  29. </ul>
  30. </footer>
  31. </body>
  32. </html>