Files
dokku/tests/php/index.php

9 lines
114 B
PHP
Raw Normal View History

2013-06-21 02:57:37 -03:00
<html>
<head>
<title>PHP Test</title>
</head>
<body>
<?php echo '<h3>Hello World</h3>'; ?>
</body>
</html>