summaryrefslogtreecommitdiff
path: root/app/Templates/app_notfound.php
blob: 734d16a40c1d67aed2f7cfadb5a81d61fa310d78 (plain)
1
2
3
4
5
6
7
8
9
<section id="main">
    <div class="page-header">
        <h2><?= t('Page not found') ?></h2>
    </div>

    <p class="alert alert-error">
        <?= t('Sorry, I didn\'t found this information in my database!') ?>
    </p>
</section>