HummingBirdAnimeClient/app/views/404.php

8 lines
118 B
PHP
Raw Normal View History

2015-05-22 12:36:26 -04:00
<?php include 'header.php'; ?>
<body>
<main>
<h1>404</h1>
<h2>Page Not Found</h2>
</main>
</body>
</html>