<!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="rest.jpg"/>
	<title>Rise and shine</title>
	<p>Yesterday's experiences still occupy your mind. The inversion of law at the cellars, compared to the Library, is particularly striking. But that's not a matter that you have time to consider at length right now.</p>
</storylet>

<branch>
	<img src="shower.jpg"/>
	<title>Take a shower</title>
	<p>This will get your mind back to other things.</p>

	<a href="4x-blil">Go</a>


</branch>










<branch>
	<img src="library-metal-book.jpg"/>
	<title>Head back to the Library</title>
	<p>The first talks of the day are already about to begin.</p>
	<p class="gi">This will advance the story.</p>
	<a href="4a-blil">Go</a>
</branch>
		</main>
	</body>
</html>

