Files
dev.ttsby.com/modules/site/pages/nopage.php
2023-04-17 11:06:08 +09:00

26 lines
788 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-circle 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>