Файл: Скрипт/success.html
Строк: 32
<?php
<style>
a {
text-decoration:none;
color:#0d7581;
font-size:22px;
}
</style>
<div style="background:#ebebeb; width:100%; height:200px; padding:10px 0px 10px 0px;">
<div style="margin:0 auto; width:1000px;">
<div style="float:left; width:200px;">
<img src="https://garden-land.online/img/logo.png">
</div>
<div style="float:left; width:400px; padding-top:60px;">
<font size="6"><b>GARDEN-LAND.ONLINE</b></font><br>
<font size="4" color="#8f8f8f">Игра с выводом денежных средств</font>
</div>
<div style="float:right;">
<img src="https://garden-land.online/img/ses.png">
</div>
<div style="clear:both; padding-top:150px;">
<center>
<font size="7" color="#6aa935">БАЛАНС ПОПОЛНЕН</font><br>
<a href="https://garden-land.online/my-farm">Вернуться в личный кабинет</a>
</center>
</div>
</div>
</div>
?>