<!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="tunnel-up.jpg"/>
	<title>A plan fails</title>
	<p>Getting away from the central station should be easy. You had read all about the means of transport that surround it, yet reality is more harsh than even the best preparations could accomodate for. Vehicles around you are departing at various moments at various spots. If there is a system to their ways, it is impossible to tell from the middle of it all. You'll have to improvise.</p>
	<p class="gi">Find the way out of the train station to escape it.

	</p>
</storylet>


<p class="cp">

	You have spent a bit of time at the station.




</p>

<branch>
	<img src="down.jpg"/>
	<title>Down</title>
	<p>Get back into the tunnels, from where you ascended from your train.</p>
	<a href="0e-b">Go</a>
</branch>

<branch>
	<img src="metro.jpg"/>
	<title>To the metro</title>
	<p>It should bring you closer to your destination.</p>
	<a href="0f-b">Go</a>
</branch>

<branch>
	<img src="left.jpg"/>
	<title>Sideways</title>
	<p>Try to escape this maze, simply by closing your eyes and stepping outside of it.</p>
	<a href="0g-b">Go</a>
</branch>

<branch>
	<img src="clock.jpg"/>
	<title>Clockwise</title>
	<p>The correct station will not be able to escape your gaze.</p>
	<a href="0i-b">Go</a>
</branch>
		</main>
	</body>
</html>

