HummingBirdAnimeClient/app/views/error.php

5 lines
97 B
PHP
Raw Normal View History

2016-01-06 11:08:56 -05:00
<main>
<h1><?= $title ?></h1>
<h2><?= $message ?></h2>
<div><?= $long_message ?></div>
</main>