<!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>A law recedes</title>
	<p>The law that permits your allowance in the Library is fading. It is time to leave.</p>
</storylet>

<branch>
	<img src="notes.jpg"/>
	<title>Take inventory</title>
	<p>What remains of your time here?</p>
	<a href="5q-a44rx">Go</a>
</branch>

<branch>
	<img src="metro.jpg"/>
	<title>Board the metro</title>
	<p>Some means of transport have taken you here. Surely, they can also bring you back. The metro station tries to conceal itself, but this time, you already know the way.</p>
	<p class="gi">This will advance the story.</p>
	<a href="5r-a44rx">Go</a>
</branch>

<branch>
	<img src="sideways-2.jpg"/>
	<title>Walk to the central station</title>
	<p>You could take the metro, of course. But sometimes it pays to walk with your own two feet. Warsaw Centralna is perhaps half an hour's walk on foot. And you'll avoid the crowds.</p>
	<p class="gi">This will advance the story.</p>
	<a href="5s-a44rx">Go</a>
</branch>
		</main>
	</body>
</html>

