index.php 208 B

1234567891011
  1. <!DOCTYPE html>
  2. <html lang="en" dir="ltr">
  3. <head>
  4. <meta charset="utf-8">
  5. <title>Alpine linux lemp</title>
  6. </head>
  7. <body>
  8. <h1>Server is running</h1>
  9. <?php phpinfo(); ?>
  10. </body>
  11. </html>