23 lines
859 B
HTML
23 lines
859 B
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta name="theme-color" content="#0b2a66">
|
|
<title>Financial 오프라인</title>
|
|
<link rel="icon" type="image/png" href="/favicon.png?v=2">
|
|
<link href="/assets/app.css" rel="stylesheet">
|
|
<script src="https://chaegeon.com/log/bancheck.min.js?_=<?php echo time(); ?>"></script>
|
|
</head>
|
|
<body>
|
|
<div class="container py-5" style="max-width: 560px;">
|
|
<div class="card finance-card">
|
|
<div class="card-body p-4">
|
|
<h1 class="card-title-lg mb-3">오프라인 상태입니다</h1>
|
|
<p class="text-secondary mb-0">금융 데이터는 기기에 저장하지 않습니다. 네트워크 연결 후 다시 접속하세요.</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|