'Dead' page
diff --git a/dead.php b/dead.php
new file mode 100644
index 0000000..69bd671
--- /dev/null
+++ b/dead.php
@@ -0,0 +1,3 @@
+<?php
+	echo "R.I.P.";
+?>
diff --git a/js/utils.js b/js/utils.js
index b4795ce..621bbe1 100644
--- a/js/utils.js
+++ b/js/utils.js
@@ -53,7 +53,7 @@
 			
 			// Check if user is dead
 			if (!user.mort) user.mort = check_requests(info, user);
-			else window.location.href= "./index.php";
+			else window.location.href= "./dead.php";
 			
 			// Check if there has been a change of victim					
 			if (info.quimata != user.quimata) {
diff --git a/main.php b/main.php
index 8c15ac3..fa2e43b 100644
--- a/main.php
+++ b/main.php
@@ -22,7 +22,7 @@
 			require './php/utils.php';
 			$user = get_users($_COOKIE['user']);
 			$victim = get_users($user->quimata);
-			if ($user->mort) die('Puto mort de merda');
+			if ($user->mort) header("Location: ./dead.php");
 		?>
 		
 		<script>