From 48e3fff6bcea94da5bd46ee2def17eb6bdca716c Mon Sep 17 00:00:00 2001 From: Alexander Tkachev Date: Wed, 6 Jul 2016 16:48:56 +0600 Subject: CLOUD: Refactor LocalWebserver Its handlers are now more compact. This commit moves Handler classes in handlers\ directory. ResourceHandler ignores "hidden" files in the archive, and these are used as markup templates in IndexPageHandler and FilesPageHandler. --- backends/networking/wwwroot/.index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 backends/networking/wwwroot/.index.html (limited to 'backends/networking/wwwroot/.index.html') diff --git a/backends/networking/wwwroot/.index.html b/backends/networking/wwwroot/.index.html new file mode 100644 index 0000000000..2a3d9d382d --- /dev/null +++ b/backends/networking/wwwroot/.index.html @@ -0,0 +1,18 @@ + + + + ScummVM + + + + +
+
+
+
+
+

{message}

+
+
+ + \ No newline at end of file -- cgit v1.2.3