diff options
Diffstat (limited to 'http/index.html')
-rw-r--r-- | http/index.html | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/http/index.html b/http/index.html new file mode 100644 index 000000000..804d5edc9 --- /dev/null +++ b/http/index.html @@ -0,0 +1,12 @@ +<html> + <head> + <title> + InspIRCd m_http.so Module + </title> + </head> + <body> + <h1>Nothing to see here folks, Move along...</h1> + <h4>This is a placeholder page provided by the InspIRCd m_http.so module. Please replace this page with better content.</h4> + <small>Powered by <a href="http://www.inspircd.org">InspIRCd</a></small> + </body> +</html> |