first commit

This commit is contained in:
Vincent Letourneau
2017-01-15 15:48:31 +01:00
commit 671766bdf3
7 changed files with 274 additions and 0 deletions

10
web/public/index.php Normal file
View File

@@ -0,0 +1,10 @@
<!DOCTYPE html>
<html>
<head>
<meta charset="utf-8">
<title>Docker Nginx PHP MySQL</title>
</head>
<body>
<h1>Docker Nginx PHP MySQL</h1>
</body>
</html>