docker-lemp/public_html/index.php

10 lines
No EOL
201 B
PHP

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>Hello World!</title>
</head>
<body>
<h1>You're all set, get to coding!</h1>
</body>
</html>