31 lines
1.5 KiB
HTML
31 lines
1.5 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="ko">
|
|
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<title>문자온 시스템 점검 안내</title>
|
|
|
|
<style>
|
|
body {background-color: #EEE;display:flex; justify-content: center; font-family: 'Noto Sans KR', sans-serif; }
|
|
.textbox {margin:100px 0 0 0; width:480px; border:15px solid #d8d8d8; padding:25px 40px 50px 40px; background-color: #fff;}
|
|
.textbox h1 {color:#222; font-size:24px; text-align: center; border-bottom:1px solid #a8a8a8; padding:0 0 20px 0; font-weight: 600;}
|
|
.textbox h3 {color:#333; font-size:16px; font-weight: 400; text-align: center; padding: 12px 0 14px 0; background-color: #f8f8f8; margin:20px 0 20px 0; border:1px solid #ededed; }
|
|
.textbox h3 strong {font-size:17px; font-weight:500px;}
|
|
.textbox p {text-align: center; margin: 8px 0 0 0; font-size:16px; font-weight: 400; color:#555; line-height: 26px; }
|
|
.textbox p span {color:#333;font-weight: 500; }
|
|
</style>
|
|
</head>
|
|
|
|
<body>
|
|
<div class="textbox">
|
|
<h1>문자온 시스템 점검중입니다.</h1>
|
|
<h3>· 점검일시 : <strong>2025년 4월 28일(월) 08:30 ~ 08:35</strong> (약 5분간)</h3>
|
|
<p>현재 홈페이지 인증서 교체 작업을 위한 시스템 점검중에 있습니다.</p>
|
|
<p><span>(기)예약 설정 건은 정상 발송되며, <br>작업 이전 '발송대기'건은 작업 완료 후 발송 시도됩니다.</span></p>
|
|
<p>항상 더 나은 서비스 제공을 위해 노력하겠습니다.<br>
|
|
감사합니다.</p>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html> |