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>
|
||||
<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>
|
||||
|
|
Loading…
Reference in a new issue