PM_Console/frontend/public/offline.html

20 خطوط
902 B
HTML

<!doctype html>
<html lang="fa" dir="rtl">
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title>آفلاین | مدیریت پروژه</title>
<style>
body { margin: 0; min-height: 100vh; display: grid; place-items: center; font-family: sans-serif; background: #f8fafc; color: #0f172a; padding: 1rem; }
main { max-width: 360px; border-radius: 24px; background: #fff; padding: 1.5rem; text-align: center; box-shadow: 0 18px 45px rgba(15, 23, 42, 0.08); }
p { color: #64748b; line-height: 1.9; }
</style>
</head>
<body>
<main>
<h1>اتصال برقرار نیست</h1>
<p>برای مشاهده اطلاعات به اینترنت نیاز دارید. داده‌های خصوصی سامانه به‌صورت آفلاین ذخیره نمی‌شوند.</p>
</main>
</body>
</html>