22 lines
801 B
HTML
22 lines
801 B
HTML
|
<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>
|