-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathindex.html
28 lines (28 loc) · 1.61 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Gates of Vienna</title>
<link rel="stylesheet" href="type.css">
<link rel="stylesheet" href="layout.css">
</head>
<body>
<div class="container">
<div class="cover">
<img src="images/cover.jpg" class="imagecenter" style="width: 100%;">
<p> </p>
<p>An interactive comedy about</br> the 1683 Siege of Vienna in...</p>
<p><a href="POVs.html" class="menulink">5 Points of View</a></p>
<p><a href="dates.html" class="menulink">3 months,</a></p>
<p>& <a href="locations.html" class="menulink">7 locations</a></p>
<p> </p>
<h3>Vienna, 1683</h3>
<p>After months of laying siege to the city, Kara Mustafa, Grand Vizier of the Ottoman Empire is still struggling to find a way to take it – in a civilized manner, of course. Meanwhile, Katrina Obermann, fresh-faced but surprisingly thoughtful for a Austrian peasant, starts her new life of slavery; Selim the scribe has had it up to here with the Vizier and his idiotic ideas; Franz the Viennese baker’s surreptitious assault on the Ottoman camp is taking shape – literally; and foot-soldier Murad, son of Murad, is hungover, and not in the mood for any “final assault” bullshit at all.</p>
<p><a href="colophon.html" class="menulink">Colophon</a></p>
<p><a href="https://halfman.com/the-gates-of-vienna/" class="menulink">More about the project</a></p>
<p>© 2020 Jim Kosem | Halfman</p>
<a href="https://halfman.com"><img src="images/cover-bottom.png" class="imagecenter" style="width: 100%;"></a>
</div>
</div>
</body>
</html>