redirection by index.html

TODO added
This commit is contained in:
lars 2005-05-17 10:25:18 +00:00
parent a5ff0c2829
commit 2ad6a2e595
2 changed files with 23 additions and 0 deletions

2
web-splash/TODO Normal file
View file

@ -0,0 +1,2 @@
- add some useful links to the splash-site
- add some information (aka documentation) to the splash-site

View file

@ -0,0 +1,21 @@
<html>
<head>
<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="0; URL=http://100.100.100.100/cgi-bin/web-splash.cgi">
<!-- the destination IP does NOT matter, because everything gets redirected
by the iptables rules to this webserver as long as the source IP
is not registered; of course you may adapt it to your network address -->
<title>Umleitung des offenen Netzes</title>
</head>
<body>
<br><br>
<p>If you do not get redirected, then please follow this <a href="http://100.100.100.100/cgi-bin/web-splash.cgi">link</a> to enable internet access.</p>
<hr>
<p>Falls du nicht automatisch weitergeleitet wurdest, dann folge diesem <a href="http://100.100.100.100/cgi-bin/web-splash.cgi">Link</a>, um deine Internetverbindung freizuschalten.</p>
</body>
</html>