Add basic index.html to guide people missing the URL
This commit is contained in:
parent
a0ab7cbe82
commit
577053e3ec
48
index.html
Normal file
48
index.html
Normal file
|
@ -0,0 +1,48 @@
|
||||||
|
<!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>
|
|
@ -50,27 +50,27 @@
|
||||||
|
|
||||||
<ul>
|
<ul>
|
||||||
<li>
|
<li>
|
||||||
<a href="./docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Deutsch.pdf" download>
|
<a href="/unterricht/docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Deutsch.pdf" download>
|
||||||
Unterrichtsmaterial Deutsch
|
Unterrichtsmaterial Deutsch
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Geschichte.pdf" download>
|
<a href="/unterricht/docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Geschichte.pdf" download>
|
||||||
Unterrichtsmaterial Geschichte
|
Unterrichtsmaterial Geschichte
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial HSU.pdf" download>
|
<a href="/unterricht/docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial HSU.pdf" download>
|
||||||
Unterrichtsmaterial HSU
|
Unterrichtsmaterial HSU
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Politik-Sozialwissenschaft.pdf" download>
|
<a href="/unterricht/docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Politik-Sozialwissenschaft.pdf" download>
|
||||||
Unterrichtsmaterial Politik-Sozialwissenschaft
|
Unterrichtsmaterial Politik-Sozialwissenschaft
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
<li>
|
<li>
|
||||||
<a href="./docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Praktische Philosophie.pdf" download>
|
<a href="/unterricht/docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Praktische Philosophie.pdf" download>
|
||||||
Unterrichtsmaterial Praktische Philosophie
|
Unterrichtsmaterial Praktische Philosophie
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
Loading…
Reference in a new issue