mirror of
https://github.com/openNDS/openNDS.git
synced 2026-01-14 14:27:53 -05:00
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
|
|
<meta http-equiv="Cache-Control" content="no-cache, no-store, must-revalidate">
|
|
<meta http-equiv="Pragma" content="no-cache">
|
|
<meta http-equiv="Expires" content="0">
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
|
|
<link rel="shortcut icon" href="/images/splash.jpg" type="image/x-icon">
|
|
<link rel="stylesheet" type="text/css" href="/splash.css">
|
|
|
|
<title>$gatewayname Gateway Status</title>
|
|
|
|
<!--
|
|
Status:
|
|
The Status page is served to a client if they are already authenticated.
|
|
This may occur if the client user selects "Back" on the CPD browser
|
|
screen after they have successfully authenticated.
|
|
|
|
The same template variables are available as for the splash page.
|
|
-->
|
|
|
|
</head>
|
|
|
|
<body>
|
|
<div class="offset">
|
|
<med-blue>$gatewayname Gateway.</med-blue>
|
|
<div class="insert">
|
|
<br>
|
|
<img src="/images/splash.jpg" alt="You are already logged in and have access to the Internet.">
|
|
<hr>
|
|
<p><big-red>You are already logged in and have access to the Internet.</big-red></p>
|
|
<hr>
|
|
<p><italic-black>You can use your Browser, Email and other network Apps as you normally would.</italic-black></p>
|
|
|
|
<hr>
|
|
<copy-right>Copyright © The openNDS Contributors 2004-2020.<br>
|
|
This software is released under the GNU GPL license.<br>
|
|
openNDS version $version
|
|
</copy-right>
|
|
|
|
</div></div>
|
|
</body>
|
|
</html>
|