Add ruby 3.0.2
[dockerfiles.git] / httpd-php71 / index.php
blob976d56f7ffd20d7e341a3a2b6668cd4df7cbba36
1 <!DOCTYPE html>
2 <html>
3 <head>
4 <title>Apache with PHP Support - CentOS 7</title>
5 <style>
6 body {
7 text-align: center;
8 font-family: Tahoma, Geneva, Verdana, sans-serif;
10 </style>
11 </head>
12 <body>
13 <h1>Apache with PHP Support.</h1>
14 <p>If you see PHP info below, Apache with PHP container works.</p>
16 <?php
18 phpinfo()
21 </body>
22 </html>