diff options
author | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 22:49:12 +0000 |
---|---|---|
committer | brain <brain@e03df62e-2008-0410-955e-edbf42e46eb7> | 2006-07-10 22:49:12 +0000 |
commit | 4ef3f03aa71efa1176a9a45efff10631b1edeaf3 (patch) | |
tree | 54b87fa0c2f3a01099af7f1b2d38b6f4a429cda2 | |
parent | 6aa31577af5f0605e9611287ace4703cbc90fbe2 (diff) |
Sucky default index, maybe some day someone should do a better one.
Once we have a virtual filesystem module of some description to make use of it.
git-svn-id: http://svn.inspircd.org/repository/trunk/inspircd@4318 e03df62e-2008-0410-955e-edbf42e46eb7
-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> |