-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.html
43 lines (43 loc) · 2.45 KB
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
<!DOCTYPE html>
<html lang="kr">
<head>
<meta charset="UTF-8">
<meta property="og:type" content="website">
<meta property="og:url" content="https://dimigo.me">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>디미타임즈 서비스 안내</title>
<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet" integrity="sha384-1BmE4kWBq78iYhFldvKuhfTAU6auU8tT94WrHftjDbrCEXSU1oBoqyl2QvZ6jIW3" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js" integrity="sha384-ka7Sk0Gln4gmtz2MlQnikT1wXgYsOg+OMhuP+IlRH9sENBO0LRn5q+8nbTov4+1p" crossorigin="anonymous"></script>
<style>
@import url('https://cdn.jsdelivr.net/gh/orioncactus/pretendard/dist/web/static/pretendard.css');
*{
font-family: Pretendard, -apple-system, BlinkMacSystemFont, system-ui, Roboto, 'Helvetica Neue', 'Segoe UI', 'Apple SD Gothic Neo', 'Noto Sans KR', 'Malgun Gothic', 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', sans-serif !important;
word-break: keep-all;
}
html, body{
text-align: center !important;
}
input[type=button]{
width: 90vw;
max-width: 400px;
}
.box{
height: 100vh;
display: flex;
justify-content: center;
align-items: center;
flex-direction: column;
}
</style>
</head>
<body>
<div class="box">
<h3 style="font-weight: bold; margin-bottom: 30px;">디미타임즈 서비스 안내</h3>
<p>개인적인 사정으로 인해 이번 온라인 기간(2022. 11. 14. ~ 2022. 11. 16.) 동안 디미타임즈는 운영되지 않습니다.</p>
<p>항상 좋은 서비스를 제공하기 위해 노력해왔지만, 이번에는 서비스를 제공하지 못한 점 학우 여러분의 넓은 아량으로 많은 양해와 너그러운 이해 부탁드립니다.</p>
<p>다만 온라인 기간 동안 학우 여러분께 편의를 제공하기 위해 디지털 교과서 서비스는 제공하며, 아래 버튼을 통해 확인하실 수 있습니다.</p>
<input class="btn btn-primary" type="button" value="디지털 교과서 바로가기" style="font-weight: bold; margin-top: 20px;" onclick="location.href='https://book.dimigo.me'">
</div>
</body>
</html>