<!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="platform-2.jpg"/>
	<title>Into the tunnels</title>
	<p>Go widdershins through the labyrinthine underground hallways of the central station. Eventually, you will arrive at your platform, in time for the night train to depart.</p>
</storylet>

<branch>
	<img src="rest.jpg"/>
	<title>
			Reach

			home, asleep</title>
	<p>Fare well on the westbound night train service.</p>
	<a href="5z-ajlk9">Depart</a>
</branch>
		</main>
	</body>
</html>

