docker-lemp/public_html/index.php

10 lines
201 B
PHP
Raw Normal View History

2016-04-22 14:02:42 +00:00
<!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>