init
This commit is contained in:
8
App/docker/php/myapp/index.php
Normal file
8
App/docker/php/myapp/index.php
Normal file
@@ -0,0 +1,8 @@
|
||||
<html>
|
||||
<head>
|
||||
<title>Тестируем PHP</title>
|
||||
</head>
|
||||
<body>
|
||||
<?php echo '<p>Привет, мир!</p>'; ?>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user