Changeset 14252 in hybrid


Ignore:
Timestamp:
Nov 29, 2018, 9:45:49 PM (6 years ago)
Author:
rick
Message:

Fix dead link to non-existing wlweb

Refs #244

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/releng-11/nanobsd/files/usr/local/www/index.html

    r13056 r14252  
    66</head>
    77<body>
    8         <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>
     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>
    913</body>
    1014</html>
Note: See TracChangeset for help on using the changeset viewer.