WebServ/www/public/M1/index.php

11 lines
227 B
PHP
Raw Normal View History

2024-08-22 10:58:09 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>M1-test</title>
</head>
<body>
2024-08-23 12:11:53 +00:00
<?php echo "Hello world "?>
2024-08-22 10:58:09 +00:00
</body>
</html>