49 lines
936 B
HTML
49 lines
936 B
HTML
|
<!DOCTYPE html>
|
||
|
<html>
|
||
|
<head>
|
||
|
<meta charset="utf-8" />
|
||
|
<title>60 Jahre Anwerbeabkommen</title>
|
||
|
<meta name="theme-color" content="#ffffff" id="theme-color" />
|
||
|
|
||
|
<meta name="description" content="">
|
||
|
<meta name="Keywords" content="">
|
||
|
<style>
|
||
|
body {
|
||
|
font-family: sans-serif;
|
||
|
font-size: 24px;
|
||
|
line-height: 2em;
|
||
|
display: flex;
|
||
|
flex-direction: column;
|
||
|
align-items: center;
|
||
|
}
|
||
|
|
||
|
main {
|
||
|
width: 100%;
|
||
|
max-width: 1000px;
|
||
|
}
|
||
|
|
||
|
h1 {
|
||
|
font-size: 4rem;
|
||
|
line-height: 5rem;
|
||
|
}
|
||
|
</style>
|
||
|
</head>
|
||
|
<body>
|
||
|
<main>
|
||
|
<h1>60 Jahre deutsch-türkisches Anwerbeabkommen</h1>
|
||
|
|
||
|
<p>
|
||
|
Diese Seite ist im Aufbau.
|
||
|
</p>
|
||
|
|
||
|
<ul>
|
||
|
<li>
|
||
|
<a href="./unterricht">
|
||
|
Unterrichtsmaterialien finden Sie hier
|
||
|
</a>
|
||
|
</li>
|
||
|
</ul>
|
||
|
</main>
|
||
|
</body>
|
||
|
</html>
|