<!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-foyer-2.jpg"/>
	<title>At your earliest convenience</title>
	<p>Your former bed no longer yours, you approach the Library doors a final time. You arrive a bit earlier than you expected.</p>
</storylet>

<branch>
	<img src="bag.jpg"/>
	<title>Subject yourself to a bag check</title>
	<p>The Library wants to be certain that no foreign laws affect its inside.</p>
	<p class="cond">A law demands it.</p>
	<a href="5f-192l">Go</a>
</branch>

<branch class="impossible">
	<img src="coffee-automaton.jpg"/>
	<title>Get inside</title>
	<p>There is still a bit of time – you can enjoy an early Coffee Break as the masses start to gather.</p>
	<p class="cond">Your bag has, allegedly, not been checked yet.</p>
</branch>



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

