26 lines
667 B
PHP
26 lines
667 B
PHP
<meta name="robots" content="noindex">
|
|
|
|
<div class="rb-guide-wrapper">
|
|
<div class="rb-guide-wrapper-inner">
|
|
<div class="container">
|
|
<h1>
|
|
<i class="fa fa-exclamation-triangle fa-3x text-muted"></i><br>
|
|
서비스 안내
|
|
</h1>
|
|
<p class="text-muted">
|
|
서비스가 일시적으로 중단되었거나 서버 작업중에 있습니다.<br class="hidden-xs">
|
|
작업이 완료되는대로 재오픈될 예정입니다.
|
|
</p>
|
|
<p>
|
|
<button type="button" class="btn btn-default" onclick="goBack();">이전으로</button>
|
|
</p>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
|
|
<script>
|
|
function goBack() {
|
|
window.history.back()
|
|
}
|
|
</script>
|