lugnsk/micro

View on GitHub
app/views/default/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<?php
use Micro\Web\Html\Html;

/** @var \App\Components\View $this */
$this->title .= ' - Главная';
?>
<?= Html::heading(1, 'Simple app'); ?>
<?= Html::openTag('p') ?>This site is a simple<?= Html::closeTag('p'); ?>