This commit is contained in:
vadym Novoselskyi 2024-08-23 14:11:53 +02:00
parent 3ae95bfcd9
commit 671778a8eb

View File

@ -6,6 +6,6 @@
<title>M1-test</title> <title>M1-test</title>
</head> </head>
<body> <body>
<?php echo "Hello world"?> <?php echo "Hello world "?>
</body> </body>
</html> </html>