Add basic index.html to guide people missing the URL

This commit is contained in:
Benjamin Bädorf 2021-09-22 22:25:26 +02:00
parent a0ab7cbe82
commit 577053e3ec
No known key found for this signature in database
GPG key ID: 4406E80E13CD656C
2 changed files with 53 additions and 5 deletions

48
index.html Normal file
View 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>

View file

@ -50,27 +50,27 @@
<ul>
<li>
<a href="./docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Deutsch.pdf" download>
<a href="/unterricht/docs/60 Jahre Anwerbeabkommen, Unterrichtsmaterial Deutsch.pdf" download>
Unterrichtsmaterial Deutsch
</a>
</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
</a>
</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
</a>
</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
</a>
</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
</a>
</li>