18 lines
459 B
HTML
18 lines
459 B
HTML
<!doctype html>
|
||
<html lang="de">
|
||
<head>
|
||
<meta charset="utf-8">
|
||
<title>Jahresbericht {{ jahr }}</title>
|
||
<style>
|
||
body { font-family: sans-serif; }
|
||
h1 { border-bottom: 2px solid #000; padding-bottom: 6px; }
|
||
table { border-collapse: collapse; width: 100%; }
|
||
th, td { border: 1px solid #999; padding: 6px; }
|
||
</style>
|
||
</head>
|
||
<body>
|
||
<h1>Stiftung – Jahresbericht {{ jahr }}</h1>
|
||
<p>Dies ist eine Platzhaltervorlage.</p>
|
||
</body>
|
||
</html>
|