diff --git a/projects/projectZERO/index.php b/projects/projectZERO/index.php index 187fee6..4fcf88a 100644 --- a/projects/projectZERO/index.php +++ b/projects/projectZERO/index.php @@ -35,6 +35,12 @@ if($_GET['redirect'] == "donate"){ echo ""; } +// easter eggs + +if($_GET['tgif'] == "true"){ + $TGIF = 1; +} + // setcookie("name","value",time()+$int); @@ -42,7 +48,7 @@ if($_GET['redirect'] == "donate"){ ?> - + " rel="stylesheet" media="all"> @@ -132,10 +138,15 @@ a.abc { .linev { height:100%; width:1; +} +.aptprice { + background-color: #3d414a; + color: whitesmoke; } +