2025/04/25 시스템 점검 페이지
@0304168655e0b11331201647919fc194ed9af7e1
+++ src/main/webapp/publish/maintenance.html
... | ... | @@ -0,0 +1,31 @@ |
| 1 | +<!DOCTYPE html> | |
| 2 | +<html lang="ko"> | |
| 3 | + | |
| 4 | +<head> | |
| 5 | + <meta charset="UTF-8"> | |
| 6 | + <title>문자온 시스템 점검 안내</title> | |
| 7 | + | |
| 8 | + <style> | |
| 9 | + body {background-color: #EEE;display:flex; justify-content: center; font-family: 'Noto Sans KR', sans-serif; } | |
| 10 | + .textbox {margin:100px 0 0 0; width:480px; border:15px solid #d8d8d8; padding:25px 40px 50px 40px; background-color: #fff;} | |
| 11 | + .textbox h1 {color:#222; font-size:24px; text-align: center; border-bottom:1px solid #a8a8a8; padding:0 0 20px 0; font-weight: 600;} | |
| 12 | + .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; } | |
| 13 | + .textbox h3 strong {font-size:17px; font-weight:500px;} | |
| 14 | + .textbox p {text-align: center; margin: 8px 0 0 0; font-size:16px; font-weight: 400; color:#555; line-height: 26px; } | |
| 15 | + .textbox p span {color:#333;font-weight: 500; } | |
| 16 | + </style> | |
| 17 | +</head> | |
| 18 | + | |
| 19 | +<body> | |
| 20 | + <div class="textbox"> | |
| 21 | + <h1>문자온 시스템 점검중입니다.</h1> | |
| 22 | + <h3>· 점검일시 : <strong>2025년 4월 28일(월) 08:30 ~ 08:35</strong> (약 5분간)</h3> | |
| 23 | + <p>현재 홈페이지 인증서 교체 작업을 위한 시스템 점검중에 있습니다.</p> | |
| 24 | + <p><span>(기)예약 설정 건은 정상 발송되며, <br>작업 이전 '발송대기'건은 작업 완료 후 발송 시도됩니다.</span></p> | |
| 25 | + <p>항상 더 나은 서비스 제공을 위해 노력하겠습니다.<br> | |
| 26 | + 감사합니다.</p> | |
| 27 | + </div> | |
| 28 | + | |
| 29 | +</body> | |
| 30 | + | |
| 31 | +</html>(No newline at end of file) |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?