1
0
Fork 0
mirror of https://github.com/janickiy/yii2-nomer synced 2025-02-12 18:11:52 +00:00
yii2-nomer/views/wcaller/index.php
2020-02-05 06:34:26 +03:00

14 lines
753 B
PHP

<?php
/* @var $this \yii\web\View */
$this->title = 'Номер - узнай всё по номеру телефона';
?>
<div class="page-content">
<h1 style="text-align: center"><?=$this->title;?></h1>
<ul style="margin: 15px auto; display: table;">
<li style="display: table-cell"><img src="/img/1.jpg"></li>
<li style="display: table-cell"><img src="/img/2.jpg"></li>
<li style="display: table-cell"><img src="/img/3.jpg"></li>
<li style="display: table-cell"><img src="/img/4.jpg"></li>
</ul>
<p style="font-size: 21px; text-align: center;">Техническая поддержка и любая обратная связь: <a href="mailto:support@wcaller.com">support@wcaller.com</a></p>
</div>