<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<title>mysnapsessions Sample Application</title>
<link rel="stylesheet" type="text/css" href="screen.css"/>
</head>
<body>
<div id="content">
<h1>Welcome!</h1>
<p>
This simple application demonstrates the continuation-based programming
model in the <code>mysnapsessions</code> package. You'll be asked to
think of an animal, and the application will try to guess it. The
state of the game is stored in your session, so it's not shared between
users.
</p>
<p>
<a href="/animal">get started!</a>
</p>
</div>
</body>
</html>