page.php 170 B

123456789
  1. <?php
  2. /** @var yii\web\View $this */
  3. ?>
  4. <h1>page/page</h1>
  5. <p>
  6. You may change the content of this page by modifying
  7. the file <code><?= __FILE__; ?></code>.
  8. </p>