mirror of
https://github.com/openNDS/openNDS.git
synced 2026-05-04 03:01:32 -04:00
21 lines
525 B
HTML
21 lines
525 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<!--
|
|
Status page a user is show when already authenticated.
|
|
The same template variables are available as for the splash site.
|
|
-->
|
|
<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">
|
|
<title>Status</title>
|
|
</head>
|
|
<body>
|
|
|
|
<p><b>$gatewayname Hotspot Gateway.</b>
|
|
|
|
</body>
|
|
</html>
|