first
This commit is contained in:
25
modules/site/pages/guide.stopsite.php
Normal file
25
modules/site/pages/guide.stopsite.php
Normal file
@@ -0,0 +1,25 @@
|
||||
<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>
|
||||
Reference in New Issue
Block a user