Index: branches/releng-11/nanobsd/files/usr/local/www/index.html
===================================================================
--- branches/releng-11/nanobsd/files/usr/local/www/index.html	(revision 14251)
+++ branches/releng-11/nanobsd/files/usr/local/www/index.html	(revision 14252)
@@ -6,5 +6,9 @@
 </head>
 <body>
-	<p>In 5 seconds, you will be redirected to our captive portal. Click <a href="/wlweb/index.cgi">here</a> to go to the wlweb page.</p>
+	<p>In 5 seconds, you will be redirected to our captive portal. Click <a id="trans">here</a> to go to the local monit monitoring page.</p>
+
+	<script>
+      		document.getElementById('trans').href='http://'+window.location.origin+':2812';
+	</script>
 </body>
 </html>
