Files
PeenarTech/templates/layout.php
2026-04-21 13:56:05 +02:00

10 lines
168 B
PHP

<!DOCTYPE html>
<html lang="de">
<head>
<meta charset="UTF-8">
<title><?= htmlspecialchars($title) ?></title>
</head>
<body>
<?= $content ?>
</body>
</html>