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

<?php
/**
* The template file for when no more specific template is found.
*
* @package Omphaloskepsis
* @since Omphaloskepsis 1.0
*/
?>
<?php get_header(); ?>
<p>Oh dear, there should really be a template file here.</p>
<?php get_footer(); ?>