1234567891011121314151617 |
- <?php
- $bodyclasses = '403 error page';
- $title = '403';
- $tagline = 'Stop right there';
- $description = 'Yep, you are looking at something you should not be looking at.';
- ?>
- <?=i('_header')?>
- <article>
- <section>
- <p>Sorry, you are looking at something you should not be looking at.</p>
- <p>I'm afraid I must terminate you.</p>
- </section>
- </article>
-
- <?=i('_footer')?>
|