-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathPOVs.html
31 lines (31 loc) · 1.04 KB
/
POVs.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
29
30
31
<!doctype html>
<html>
<head>
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>The Gates of Vienna - Points of View</title>
<link rel="stylesheet" href="type.css">
<link rel="stylesheet" href="layout.css">
</head>
<body>
<div class="container">
<div class="content">
<div class="pagehead">
<a href="index.html" class="menulink">← Start</a>
</div>
<div class="toc">
<h1>Points of View</h1>
<a href="POV-KaraMustafa.html"><img src="images/karamustafa.jpg"></a>
<p><a href="POV-KaraMustafa.html">Kara Mustafa</a></p>
<a href="POV-KatrinaObermann.html"><img src="images/katrina.jpg"></a>
<p><a href="POV-KatrinaObermann.html">Katrina Oberman</a></p>
<a href="POV-Selim.html"><img src="images/selim.jpg"></a>
<p><a href="POV-Selim.html">Selim</a></p>
<a href="POV-Franz.html"><img src="images/franz.jpg">
<p>Franz der Bäcker</a></p>
<a href="POV-Murad.html"><img src="images/murad.jpg">
<p>Murad son of Murad</p></a>
</div>
</div>
</div>
</body>
</html>