';
    echo '
';
    include('zombiePanda.html');
    echo '
';
    //include('../includes/profile.php');
    include('highscore.php');
    
    
    echo '
';
    echo '';
    echo '
';
    //edit user
    include('../user/profile.php');
    echo '
';
    include('userscores.php');
    echo '
 ';
    include '../includes/footer.php';
    
?>