-
Notifications
You must be signed in to change notification settings - Fork 0
/
aw buch.html
34 lines (28 loc) · 921 Bytes
/
aw buch.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
32
33
34
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<meta name="author" content="Christoph-Matthias Kügler">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Airbnb und dessen räumliche Auswirkungen auf den Wiener Wohnungsmarkt</title>
<link rel="stylesheet" href="style.css">
</head>
<body>
<nav>
<div class="logo">
<a href="index.html" class="header-brand">C M K</a>
<a href="index.html" class="name">Christoph-Matthias Kügler</a>
</div>
<div class="menu">
<a href="architektur.html">Architektur</a>
<a href="raumforschung.html">Raumforschung</a>
<a href="contact.html">Kontakt</a>
</div>
</nav>
<main>
<div class="container">
<embed src="PDF/Airbnb und dessen räumliche Auswirkungen auf den Wiener Wohnugsmarkt.pdf" type="application/pdf" width="100%" height="600px" />
</div>
</main>
</body>
</html>