source: hybrid/branches/releng-11/nanobsd/files/usr/local/www/index.html@ 14252

Last change on this file since 14252 was 14252, checked in by rick, 6 years ago

Fix dead link to non-existing wlweb

Refs #244

File size: 396 bytes
Line 
1<!DOCTYPE html>
2<html>
3<head>
4 <meta http-equiv="refresh" content="5; url=/portal/">
5 <title>Redirecting...</title>
6</head>
7<body>
8 <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>
9
10 <script>
11 document.getElementById('trans').href='http://'+window.location.origin+':2812';
12 </script>
13</body>
14</html>
Note: See TracBrowser for help on using the repository browser.