wlan-ap-Telecominfraproject/feeds/ucentral/uspot/files/www-uspot/allow.html
John Crispin b5eef3e284 uspot: use static html files
Signed-off-by: John Crispin <john@phrozen.org>
2024-08-05 09:12:47 +02:00

36 lines
1.1 KiB
HTML

<!DOCTYPE html>
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
<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 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="/css/bootstrap.min.css">
<link rel="stylesheet" type="text/css" href="/css/captive-portal.css">
<title>uCentral - Captive Portal</title>
</head>
<body>
<div id="root">
<div class="portal flex-column align-items-center">
<div class="container">
<div class="justify-content-center row">
<div class="col-md-8">
<img class="c-sidebar-brand-full" src="/images/OpenWiFi_LogoLockup_DarkGreyColour.svg" alt="OpenWifi" style="padding-left: 17%; width: 85%;">
<div class="card">
<div class="card-header">uCentral - Captive Portal</div>
<div class="card-body">
<h1> Connected </h1>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>