diff --git a/.gitignore b/.gitignore index e22bc1f..12e7f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -tiles/**/ +htdocs/tiles/**/ diff --git a/index.html b/htdocs/index.html similarity index 100% rename from index.html rename to htdocs/index.html diff --git a/tiles/index.php b/htdocs/tiles/index.php similarity index 100% rename from tiles/index.php rename to htdocs/tiles/index.php