diff --git a/includes/formatindex.php b/includes/formatindex.php
index dea2629..d999662 100644
--- a/includes/formatindex.php
+++ b/includes/formatindex.php
@@ -1,5 +1,24 @@
';
+ 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 '