<!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-2.jpg"/>
	<title>Still shifting</title>
	<p>Mostly, you have gotten used to the otherwise confusing architectural details of the Library. Some aspects still strike you as odd – though perhaps they have simply changed since you last took notice.</p>
</storylet>

<branch>
	<img src="lightning.jpg"/>
	<title>Spot a mistake in a talk</title>
	<p>Finally, you have something to contribute.</p>
	<a href="4f-fps9">Go</a>
</branch>

<branch>
	<img src="glasses-2.jpg"/>
	<title>Consider the changes in the Coffee Room</title>
	<p>The glasses are different compared to yesterday.</p>
	<a href="4g-fps9">Go</a>
</branch>

<branch>
	<img src="fingerprints.jpg"/>
	<title>Notice fingerprints in an odd place</title>
	<p>How could they have gotten here?</p>
	<a href="4h-fps9">Go</a>
</branch>

<branch

	>
	<img src="notes.jpg"/>
	<title>Attend the Business Meeting</title>
	<p>Others might call it "infrastructure review," but Warsaw seems unaccustomed to that particular term.</p>

	<a href="4i-fps9">Go</a>
</branch>

<branch

	class="impossible"
	>
	<img src="dumplings.jpg"/>
	<title>Enjoy local cousine</title>
	<p>The Best Student has a suggestion on where to go.</p>

	<p class="cond">You already had something to eat.</p>
	<a href="4j-fps9">Go</a>
</branch>

<branch

	>
	<img src="hackspace.jpg"/>
	<title>Make a detour to the local Home of Nerdship</title>
	<p>The Home of Nerdship attracts tinkerers, scientists of a more playful approach, queer relationship anarchists, and everybody else who has good reasons to remain untouched by law. They have an open evening today.</p>

	<p class="gi">This will advance the story.</p>
	<a href="4k-fps9">Go</a>
</branch>

<branch>
	<img src="rest.jpg"/>
	<title>Call it a night</title>
	<p>Hope that the path back to your bed has not changed uncontrollably much.</p>
	<p class="gi">This will advance the story, and skip the detour to the Home of Nerdship.</p>
	<a href="4z-fps9">Go</a>
</branch>
	
		</main>
	</body>
</html>

