12345678910111213141516171819202122232425262728293031323334353637 |
- <!DOCTYPE html>
- <html>
- <head>
- <meta charset="UTF-8">
- <meta name="viewport" content="width=device-width, initial-scale=1" />
- <link rel="shortcut icon" type="image/png" href="https://animaproject.s3.amazonaws.com/home/favicon.png" />
- <link rel="stylesheet" type="text/css" href="css/style.css">
-
- </head>
- <body>
- <header>
- <a href="personal_acc.html"><img src="img/logo_open.svg" alt="sharix" style="height:42px"></a>
- </header>
- <div class="logout">
- <a href="" class="logoutCircle"><img src="img/Vector.svg"></a>
- <a href="" class="logoutText">Выйти</a>
- </div>
- <main>
- <div class="fullH">
- <p>Оплата не произошла :(</p>
- <a href="payment.html" id="back">Назад</a>
- </div>
- </main>
-
- <footer class="getPay-footer">
- <ul>
- <li id="deleteAcc"><a href="">Удалить аккаунт</a></li>
- <li><a href="">Контакты</a></li>
- <li><a href="">Условия использования</a></li>
- <li><a href="">Политика конфиденциальности</a></li>
- </ul>
- </footer>
- </body>
- </html>
|