# index de prueba

```php
<!-- index.php -->

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

</body></html>