Files
openNDS/resources/status.html
Moritz Warning 695044f480 fix title
2018-08-06 16:31:39 +02:00

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>