Blame view

backend/views/site/index.php 241 Bytes
70f4f18b   Administrator   first_commit
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
  <?php
  
  /* @var $this yii\web\View */
  
  $this->title = 'Ital auto';
  ?>
  <div class="site-index">
  
      <div class="row">
          <div class="col-lg-4">
              <h2>Админка</h2>
              </div>
              </div>
  
      </div>
  </div>