<!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.jpg"/>
	<title>Arriving at the Library</title>
	<p>Your tram arrives. A huge, empty, pink shelve greets you, but refuses to show you the way. Perhaps this monstrosity of a Library even has some way inside.</p>
</storylet>

<branch class="impossible">
	<img src="drawn-clock.jpg"/>
	<title>Arrive punctually</title>
	<p>

		Head straight for the entrance.
		Fortunately, one of the maps you have with you shows you precisely where it is.
	</p>
	<p class="cond">
		You cannot do this because your map does not tell you where the entrance is.

	</p>
</branch>


<branch>
	<img src="drawn-clock-2.jpg"/>
	<title>Arrive fashionably late</title>
	<p>Skip the first two talks. Show up just in time for Coffee Break, hopefully. That's how it usually goes.</p>
	<a href="0k-">Go</a>
</branch>

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

