Skip to main content

index de prueba

<!-- index.php -->
<!DOCTYPE html>
<html>
<head>
    <title>PHP Docker Example</title>
</head>
<body>
    <h1>Hello, PHP Docker!</h1>
    <p><?php phpinfo(); ?></p>
</body>
</html>