mirror of
https://github.com/janickiy/yii2-nomer
synced 2025-02-12 18:11:52 +00:00
15 lines
753 B
PHP
15 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>
|