-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.html
More file actions
25 lines (25 loc) · 1.29 KB
/
index.html
File metadata and controls
25 lines (25 loc) · 1.29 KB
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
<!doctype html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
<link rel="shortcut icon" href="https://kimsq.github.io/rb2/images/favicon.ico">
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.4.1/css/bootstrap.min.css" integrity="sha384-Vkoo8x4CGsO3+Hhxv8T/Q5PaXtkKtu6ug5TOeNV6gBiFeWPGFN9MuhOf23Q9Ifjh" crossorigin="anonymous">
<link rel="stylesheet" href="https://kimsq.github.io/rb2/css/install.css">
<link rel="stylesheet" href="https://kimsq.github.io/rb2/plugins/font-kimsq/1.0.0/css/font-kimsq.css">
<title>서버구성완료 - Rb2</title>
</head>
<body>
<div class="cover-container d-flex w-100 h-100 p-3 mx-auto flex-column">
<header class="masthead mb-auto"></header>
<main role="main" class="inner cover">
<h1 class="cover-heading font-weight-light mb-2 text-center">킴스큐 Rb2 설치를 위한 <br>서버구성이 완료 되었습니다.</h1>
</main>
<footer class="mastfoot mt-auto">
<div class="inner text-center">
서버 관리 메뉴얼은 <a href="https://kimsq.com/docs/c/admin/67/68" target="_blank">도움말</a> 을 참고해주세요.
</div>
</footer>
</div>
</body>
</html>