<!DOCTYPE html>
<html>
	<head>
		<title>Fallen Warsaw</title>
		<meta charset="utf-8"/>
		<link rel="stylesheet" href="../common.css"/>
		<link rel="stylesheet" href="style.css"/>
		<link rel="icon" href="down-small.jpg"/>
		<meta name="viewport" content="width=device-width">

	</head>
	<body class="has-main" style='background-image: url("library-wide-thin.webp"); background-repeat: no-repeat; background-size: 100%;'>
		<main style="padding-top: calc(7vw + (-1em));">
<storylet>
	<img src="dinner-chair.jpg"/>



	<title>Content</title>
	<p>You may still linger here, and converse with your friendly tablemates. Staff is already carrying away your empty plate.</p>
</storylet>

<branch>
	<img src="dinner-menu.jpg"/>
	<title>Take a look at the menu</title>

	<p>You want to know what you just had.</p>
	<a href="3t-dpcl">Go</a>
</branch>

<branch>
	<img src="fortune-cookie.jpg"/>
	<title>Crack open a fortune cookie</title>
	<p>Each seat is assigned one.</p>
	<p class="gi">The result of this action depends on luck.</p>
	<a href="3sa-dpcl">Go</a>





</branch>

<branch
	class="impossible"
	>
	<img src="dinner-mousse.jpg"/>
	<title>Wait for the food to be brought</title>
	<p>A rather relaxing thing to do.</p>

	<p class="cond">You already had your main course.</p>
	<a href="3v-dpcl">Go</a>
</branch>

<branch>
	<img src="dinner-glass-water.jpg"/>
	<title>Pour a glass of water</title>
	<p>The servers are being very forecoming, but this, you will manage yourself.</p>
	<a href="3u-dpcl">Go</a>
</branch>

<branch

	>
	<img src="dinner-chair.jpg"/>
	<title>Listen to a mathematical puzzle</title>
	<p>A fellow mathematician has picked one up that they, themselves, already announce to be "stupid".</p>

	<a href="3w-dpcl">Go</a>
</branch>

<branch>
	<img src="keynote.jpg"/>
	<title>Hear about new concepts for university courses</title>
	<p>A fellow computer scientist is offering a new kind of course.</p>
	<a href="3x-dpcl">Go</a>
</branch>

<branch

	>
	<img src="rest.jpg"/>
	<title>Turn in for the night</title>
	<p>Even the best kinds of nights reach their eventual conclusion.</p>
	<p class="gi">This will advance the story.</p>

	<a href="3z-dpcl">Go</a>
</branch>

		</main>
	</body>
</html>

