feat: add comprehensive GitHub workflow and development tools

This commit is contained in:
Stiftung Development
2025-09-06 18:31:54 +02:00
commit ab23d7187e
10224 changed files with 2075210 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
<!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>