From 65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Tue, 14 Apr 2020 21:31:25 +0200 Subject: [PATCH] Move webserver stuff into htdocs directory --- .gitignore | 2 +- index.html => htdocs/index.html | 0 {tiles => htdocs/tiles}/index.php | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename index.html => htdocs/index.html (100%) rename {tiles => htdocs/tiles}/index.php (100%) 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