source:
hybrid/branches/releng-11/nanobsd/files/usr/local/www/index.html
Last change on this file was 14252, checked in by , 6 years ago | |
---|---|
File size: 396 bytes |
Rev | 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.