Add Docker Compose support und MySQL Datenbank Yipppeeeee

This commit is contained in:
2026-04-23 15:37:50 +02:00
parent cfa72be700
commit 3d3d15e8e5
7 changed files with 120 additions and 1 deletions
+2
View File
@@ -9,6 +9,8 @@ ob_start();
<button onclick="test('World')">Test</button>
<p><?= htmlspecialchars($now) ?></p>
<?php
$content = ob_get_clean();
require __DIR__ . '/layout.php';