<!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="hackspace.jpg"/>
	<title>Visiting the Home of Nerdship</title>
	<p>Only few souls reside here today – it is not a busy night. Most regulars are travelling.</p>
	<p>A while after you enter, you are greeted by the Unlucky Hacker and the Seeking Traveller. The Unlucky Hacker shows you around; all sorts of strange constructions are hiding in this place, untouched by law.</p>
</storylet>

<branch

	>
	<img src="left.jpg"/>
	<title>Help out the Unlucky Hacker</title>
	<p>An item of value has been misplaced.</p>

	<a href="4m-rsl">Go</a>
</branch>











<branch>
	<img src="shork.jpg"/>
	<title>Swim with the sharks</title>
	<p>They are safe here.</p>
	<a href="4o-rsl">Go</a>
</branch>

<branch>
	<img src="hackspace-elevator.jpg"/>
	<title>Use an elevator</title>
	<p>Just a press of you fingers away.</p>
	<a href="4q-rsl">Go</a>
</branch>

<branch>
	<img src="hackspace-nixos.jpg"/>
	<title>Worship a local goddess</title>
	<p>A new tradition is finding it's way into Homes of Nerdships all around the world.</p>
	<a href="4r-rsl">Go</a>
</branch>
	








<branch>
	<img src="hackspace-hole.jpg"/>
	<title>Take note of a hole in the ground</title>
	<p>Where does it lead to?</p>
	<a href="4s-rsl">Go</a>
</branch>

<branch>
	<img src="rest.jpg"/>
	<title>Leave for the night</title>
	<p>You favour the brighter parts of the city over this gloomy place.</p>

	<p class="gi">This will advance the story.</p>
	<a href="4z-rsl">Go</a>
</branch>
		</main>
	</body>
</html>

