<!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="library-inner.jpg"/>
	<title>Filled with creatures</title>
	<p>There are more attendees here than yesterday, not all of them human. A lizard is occupying one of the tables in the Coffee Room. Your coat has developed an interest of its own in which talks to attend.</p>
</storylet>

<branch>
	<img src="emoticon-insight.jpg"/>
	<title>Attend four good talks in a row</title>
	<p>This will be a productive morning.</p>
	<a href="3e-blil">Go</a>
</branch>

<branch
	class="impossible"
	>
	<img src="cloakroom.jpg"/>
	<title>Listen to your coat's advice</title>
	<p>It already knows which presenters are about to receive an Award, tomorrow evening.</p>
	<p class="cond">You already followed its advice.</p>
	<a href="3f-blil">Go</a>
</branch>

<branch>
	<img src="notes.jpg"/>
	<title>Take some notes of your journey itself</title>
	<p>Nobody back in the west is going to believe you that this is an accurate recount.</p>
	<a href="3g-blil">Go</a>
</branch>

<branch>
	<img src="dinner-chair.jpg"/>
	<title>Attend to the Conference Dinner</title>
	<p>Finally, some relief.</p>
	<p class="gi">This will progress the story.</p>
	<a href="3h-blil">Go</a>
</branch>
		</main>
	</body>
</html>

