From 65ea13dc37bcd3efa9bde5b29929a8d8f732c7b1 Mon Sep 17 00:00:00 2001 From: Markus Koch Date: Tue, 14 Apr 2020 21:31:25 +0200 Subject: Move webserver stuff into htdocs directory --- .gitignore | 2 +- htdocs/index.html | 168 +++++++++++++++++++++++++++++++++++++++++++++++++ htdocs/tiles/index.php | 3 + index.html | 168 ------------------------------------------------- tiles/index.php | 3 - 5 files changed, 172 insertions(+), 172 deletions(-) create mode 100644 htdocs/index.html create mode 100644 htdocs/tiles/index.php delete mode 100644 index.html delete mode 100644 tiles/index.php diff --git a/.gitignore b/.gitignore index e22bc1f..12e7f0c 100644 --- a/.gitignore +++ b/.gitignore @@ -1 +1 @@ -tiles/**/ +htdocs/tiles/**/ diff --git a/htdocs/index.html b/htdocs/index.html new file mode 100644 index 0000000..44e65ac --- /dev/null +++ b/htdocs/index.html @@ -0,0 +1,168 @@ + + + + + LinuxWorks Minetest Map (unofficial) + + + + + + + + +
+ + + + diff --git a/htdocs/tiles/index.php b/htdocs/tiles/index.php new file mode 100644 index 0000000..62a2de0 --- /dev/null +++ b/htdocs/tiles/index.php @@ -0,0 +1,3 @@ + diff --git a/index.html b/index.html deleted file mode 100644 index 44e65ac..0000000 --- a/index.html +++ /dev/null @@ -1,168 +0,0 @@ - - - - - LinuxWorks Minetest Map (unofficial) - - - - - - - - -
- - - - diff --git a/tiles/index.php b/tiles/index.php deleted file mode 100644 index 62a2de0..0000000 --- a/tiles/index.php +++ /dev/null @@ -1,3 +0,0 @@ - -- cgit v1.2.3