codekasten/web-splash/splash-site/index.html

22 lines
743 B
HTML

<html>
<head>
<meta http-equiv="expires" content="0">
<meta http-equiv="refresh" content="0; URL=http://wrt/cgi-bin/web-splash.cgi">
<!-- the name of the host part of the URL does not really matter if you do not
use relative links within the SPLASH_DOCUMENT page
maybe you want to put the name (or IP) of your router here -->
<title>Umleitung des offenen Netzes</title>
</head>
<body>
<br><br>
<p>If you do not get redirected, then please follow this <a href="http://wrt/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://wrt/cgi-bin/web-splash.cgi">Link</a>, um deine Internetverbindung freizuschalten.</p>
</body>
</html>