yegor256/thindeck

View on GitHub
demo-docker-images/apache-php/app/index.php

Summary

Maintainability
A
0 mins
Test Coverage
<html>
  <body>
    <p>Hello, world!</p>
    <p>PHP version is <? echo phpversion(); ?></p>
    <p>This page is hosted by <a href="http://www.thindeck.com">thindeck.com</a>.</p>
    <p>Its source code is in <a href="https://github.com/yegor256/thindeck/tree/master/demo-docker-images/apache-php">Github</a>.</p>
  </body>
</html>