<!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>Charting a monstrosity</title>
	<p>After a detour away from and back to the Library and surrounding it – or rather, walking a path that you think captures most of its outer walls at least once –, you begin to get some understanding of the structure of this intertwined institution. Focus, concentrate your knowledge, and suddenly, a realization of pure logic hits you: How could you miss it? The entrance is hidden in plain sight.</p>
	<p>As you enter, you approach the Organic Organizer. You say your name, and they give you a loop of string, with a card hanging from it. Your arrival had been expected: the card had already been inscribed with your name. It is stamped 'MFCS'. ("To be safe," they explain. From what, they neglect to mention.) Then you are pushed inside.</p>
</storylet>

<branch class="impossible">
	<img src="bag.jpg"/>
	<title>Subject yourself to a bag check</title>
	<p>The library has a legitimate interest in knowing what it contains.</p>
	<p class="cond">Bag checks are not possible.</p>
</branch>

<branch>
	<img src="stairs.jpg"/>
	<title>Take the staircase</title>
	<p>It seems the most direct way.</p>
	<a href="0m-">Go</a>
</branch>
		</main>
	</body>
</html>

