Blame view

backend/views/site/index.php 230 Bytes
c7f222e2   Artem   first
1
2
3
4
5
6
7
8
9
10
11
  <?php
  /* @var $this yii\web\View */
  
  $this->title = 'My Yii Application';
  ?>
  <div class="site-index">
  
      <div class="jumbotron">
          <h1>Добро пожаловать в личный кабинет!</h1>
      </div>
  </div>