
<!doctype html>
<html>
	<head>
		<title>Viettel ONT - Lỗi!</title>
		<meta charset="utf-8">
		<meta HTTP-EQUIV="Content-Type" content="text/html; charset=UTF-8">
		<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
		<meta http-equiv="x-ua-compatible" content="IE=edge">		
		<link rel="stylesheet" type="text/css" href="/style.css">
        <script>
           function gotoLoginPage() {
				window.location.href = 'https://192.168.1.1/cgi-bin/login.asp';
			}
        </script>
	<body onload="" class="container" id="extra-page">
		<div id="content">
			<div class="row  justify-content-center">
				<div id="login-fail-box" class="col-xs-12 col-sm-10 col-md-7">
					<div id="single-card" class="card p-4">
						<header class="d-flex mb-4">
							<div class="hidden-xs hidden-sm mr-2"><em class="fas fa-exclamation-triangle"></em></div>
							<div id="head-text" class="mr-auto">Kết nối Internet của Quý khách hiện không thành công.</div>
							<a href="#" onclick="gotoLoginPage()"  style="color: black !important"><em class="fa fa-times"></em></a>
						</header>
						<div id="body-text">
							<p>Vui lòng kiểm tra lại cáp kết nối, trong trường hợp vẫn không có kết nối lại, xin vui lòng liên hệ tổng đài <a href="tel:18008119">18008119</a> để được hỗ trợ. Xin cảm ơn Quý khách đã lựa chọn và sử dụng dịch vụ của Viettel.</p>
							<p>Account của quý khách là: <b>l231_gftth_haivv8</b></p>
							<div class="col-lg-12 d-flex align-items-center justify-content-center">
								<button type="button" class="page-button small-button" onclick="gotoLoginPage();">Đến trang web cấu hình</button>
							</div>
						</div>
					</div>
				</div>
			</div>
		</div>
	</body>
</html>
