<!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-doors-open.jpg"/>
	<title>In a hurry</title>
	<p>You take larger steps than usual on your way to the Library doors. There is no time to waste, now.</p>
</storylet>

<branch class="impossible">
	<img src="bag.jpg"/>
	<title>Subject yourself to a bag check</title>
	<p>The Library is selective on what it may contain.</p>
	<p class="cond">Your bag is already checked.</p>
</branch>

<branch %bag-possible%>
	<img src="library-inner.jpg"/>
	<title>Sprint onwards</title>
	<p>You will not arrive in time.</p>
	<p class="cond">Checking your bag took a while.</p>
	<a href="4ci-">Go</a>
</branch>



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

