<!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="clock.jpg"/>
	<title>The final day</title>
	<p>Your talk prepared, your suitecase packed – you are ready to head out.</p>
</storylet>

<branch>
	<img src="outfit-fine.jpg"/>
	<title>Special outfit</title>
	<p>You have a certain outfit that you are only allowed to wear on a Friday. How fitting that your talk is scheduled for such.</p>

	<a href="5y-lfel">Go</a>
</branch>

<branch>
	<img src="rest.jpg"/>
	<title>Decommision your bed</title>
	<p>You will no longer need it.</p>
	<p class="gi">This will advance the story.</p>
	<a href="5a-lfel">Go</a>
</branch>
		</main>
	</body>
</html>

