<!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="skyscraper-tree.jpg" style="margin-bottom: 1em;"/>
	<title>Unjustly imprisoned!</title>
	<p>The view before you is magnificent: Fallen Warsaw, unfolding just before your eyes. You've come so far, and you're so close! No artificial maze can hold you now.</p>

	<p class="gi">Hello, delicious friend.</p>
</storylet>

<branch>
	<img src="nighttrain.jpg"/>
	<title>Recall where you are</title>
	<p>You took a long train ride here, to the east that the true sun can no longer reach.</p>
	<a href="0b-a">Go</a>
</branch>

<branch>
	<img src="avoid-obstacle.jpg"/>
	<title>Concentrate on escaping!</title>
	<p>Surely, one of the vehicles around you is going in the right direction. You know where you are headed.</p>
	<p class="gi">This will advance the story.

	</p>
	<a href="0c-a">Go</a>
</branch>
		</main>
	</body>
</html>

