projek-xyz/slim-skeleton

View on GitHub
app/views/_errors/404.tpl

Summary

Maintainability
Test Coverage
<?php $this->layout('layout::error') ?>
 
<h1 id="heading"><?= $this->e($title) ?></h1>
<div id="content"><?= $desc ?> <a href="<?= $this->e($homeUrl) ?>">Visit the Home Pages</a></div>