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 --- htdocs/index.html | 168 +++++++++++++++++++++++++++++++++++++++++++++++++ htdocs/tiles/index.php | 3 + 2 files changed, 171 insertions(+) create mode 100644 htdocs/index.html create mode 100644 htdocs/tiles/index.php (limited to 'htdocs') 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 @@ + -- cgit v1.2.3