<!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.jpg"/>
	<title>Changed in appearance</title>
	<p>You are to re-enter the Library. Today, the foyer before the entrance has reshaped itself to be taller than usual. The false-sun is shining through its glassern roof.</p>
</storylet>

<branch >
	<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 mandatory.</p>
	<a href="2b-">Go</a>

</branch>

<branch class="impossible">
	<img src="library-inner.jpg"/>
	<title>Head inside</title>
	<p>Quickly, before the false-sun's law affects you all too much.</p>
	<p class="cond">You must subject yourself to a bag check.</p>
	<a href="2c-">Go</a>
</branch>



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

