<%@ page language="java" contentType="text/html; charset=ISO-8859-1" pageEncoding="ISO-8859-1" %> <%@ page import="javax.servlet.http.HttpSession" %> Cards Against Humanity <%-- cah must be first, ajax must be before app. app probably has to be last. --%> <%-- TODO make this be dynamic with looking at the filesystem and using jquery --%> <% HttpSession hSession = request.getSession(true); %> <%-- < % = new net.socialgamer.cah.data.WhiteDeck().getNextCard().toString() % > --%>
Nickname: