Files
2019-04-17 14:23:35 +02:00

12 lines
208 B
PHP

<!DOCTYPE html>
<html lang="en" dir="ltr">
<head>
<meta charset="utf-8">
<title>Alpine linux lemp</title>
</head>
<body>
<h1>Server is running</h1>
<?php phpinfo(); ?>
</body>
</html>