<!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 much 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">Bag checks are mandatory.</p>
	<a href="5b-q1ml">Go</a>
</branch>

<branch class="impossible">
	<img src="coffee-automaton.jpg"/>
	<title>Get inside</title>
	<p>There is still time – you can enjoy an early Coffee Break as the masses start to gather.</p>
	<p class="cond">You must subject yourself to a bag check.</p>
</branch>



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

