diff options
Diffstat (limited to 'http/index.html')
-rw-r--r-- | http/index.html | 13 |
1 files changed, 12 insertions, 1 deletions
diff --git a/http/index.html b/http/index.html index 0831e74af..305c40a2f 100644 --- a/http/index.html +++ b/http/index.html @@ -1 +1,12 @@ -<html>
<head>
<title>
InspIRCd m_httpd.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_httpd.so module. Please replace this page with better content.</h4>
<small>Powered by <a href="http://www.inspircd.org">InspIRCd</a></small>
</body>
</html>
\ No newline at end of file +<html> + <head> + <title> + InspIRCd m_httpd.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_httpd.so module. Please replace this page with better content.</h4> + <small>Powered by <a href="http://www.inspircd.org">InspIRCd</a></small> + </body> +</html> |