This repository has been archived on 2023-08-16. You can view files and clone it, but cannot push or open issues or pull requests.
Omphaloskepsis/index.php

16 lines
253 B
PHP
Raw Normal View History

2018-03-21 18:19:20 +00:00
<?php
/**
* The template file for when no more specific template is found.
*
* @package Omphaloskepsis
2018-03-21 18:19:20 +00:00
* @since Omphaloskepsis 1.0
*/
2018-03-21 18:19:20 +00:00
?>
<?php get_header(); ?>
<p>Oh dear, there should really be a template file here.</p>
<?php get_footer(); ?>