<?php
\frontend\assets\AppAsset::register($this);
?>
<?php  $this->beginPage() ?>
<!DOCTYPE html>
<html lang="en">
<head>
  <meta charset="utf-8">
  <?php $this->registerJs("alert(1)")?>
  <?php $this->head() ?>
</head>
<body>
  <?php $this->beginBody() ?>
  <?php $this->endBody() ?>
</body>
</html>
<?php  $this->endPage() ?>
<?php $this->registerJs("alert(1)")?>









