Files
stiftung-management-system/app/templates/berichte/jahresbericht.html
2025-09-06 18:31:54 +02:00

18 lines
459 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<!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>