-
Notifications
You must be signed in to change notification settings - Fork 0
/
index.html
21 lines (21 loc) · 1.17 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<!DOCTYPE html>
<html>
<head>
<title>서비스 복구 중</title>
<meta name="viewport" content="width=device-width,initial-scale=1.0">
<style>@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');body{background:RGB(41,43,47);color:RGB(41,43,47);}*{font-family:Pretendard;}.modal{position:absolute;max-width:400px;width:100%;background-color:#f9f9f9;top:50%;letter-spacing:-.9px;left:50%;transform:translate(-50%,-50%);}h1{margin-top:0;text-align:center;}p{margin:0;}.ico{background-color:RGB(41,43,47);color:#fff;padding:0px 15px;user-select:none;}.hr{width:100%;border-top:1px solid RGB(41,43,47);margin:20px 0px;}.hl{color:#005bff;}</style>
</head>
<body>
<div class="modal">
<div style="padding: 20px;">
<h1><span class="ico">!</span></h1>
<h1>서비스 복구 중 입니다.</h1>
<p>서비스 사용에 불편을 드려 대단히 죄송합니다.</p>
<p>신속한 복구를 위해 최선을 다 하겠습니다.</p>
<div class="hr"></div>
<p class="hl">복구기간: 2022년 03월 28일 ~ 불명</p>
<p>복구사유: DDoS 공격</p>
</div>
</div>
</body>
</html>