update impressum page title to include additional text

This commit is contained in:
Fabian Schieder 2026-01-26 08:22:17 +01:00
parent 4b5fb7d860
commit be413e4860

View File

@ -1,7 +1,7 @@
<?php include 'header.php'; ?>
<body>
<p>Impressum</p>
<p>Impressum 123</p>
</body>
<?php include 'footer.php'; ?>