30 lines
1.2 KiB
HTML
30 lines
1.2 KiB
HTML
<!doctype html>
|
|
<html lang="th">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<meta name="viewport" content="width=device-width,initial-scale=1" />
|
|
<title>NP-DMS Landing</title>
|
|
<style>
|
|
body { font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto, "Helvetica Neue", Arial; margin: 0; }
|
|
.wrap { min-height: 100vh; display: grid; place-items: center; background: #0f172a; color: #e2e8f0; }
|
|
.card { max-width: 680px; padding: 32px; background: #111827; border: 1px solid #1f2937; border-radius: 16px; }
|
|
h1 { margin: 0 0 12px; font-size: 28px; }
|
|
p { margin: 8px 0 16px; color: #94a3b8; }
|
|
a.btn { display: inline-block; padding: 10px 16px; border-radius: 12px; border: 1px solid #334155; text-decoration: none; color: #e2e8f0; margin-right: 8px; }
|
|
a.btn:hover { background: #1f2937; }
|
|
</style>
|
|
</head>
|
|
<body>
|
|
<div class="wrap">
|
|
<div class="card">
|
|
<h1>Welcome to NP-DMS</h1>
|
|
<p>ระบบ Document Management System</p>
|
|
<div>
|
|
<a class="btn" href="https://lcbp3c2.myqnapcloud.com:8443/">เข้าสู่ระบบ QNAP C2</a>
|
|
<a class="btn" href="https://lcbp3.np-dms.work/">ศูนย์รวมบริการ (lcbp3)</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</body>
|
|
</html>
|