';
echo '';
echo '404 - File Not Found. Press left mouse button to continue.
';
echo 'Guru Meditation: No Content';
echo '';
echo '';
require "article-end.php";
// Checks if theres actually contnet, prevents a blackscreen
} elseif (isset($_GET['post']) == 1 && $_GET['post'] != 'archive') {
require $root."includes/article-start.php";
if (!file_exists($_GET['post'])) {
echo '