<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<link href="/static/img/favicon.ico" rel="icon" type="image/png">
<meta content="IE=edge,chrome=1" http-equiv="X-UA-Compatible">
<title>
닷홈빌더New
</title>
<meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0, shrink-to-fit=no" name="viewport">
<!-- CSS Files -->
<link href="/static/css/bootstrap.min.css" rel="stylesheet">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+KR&display=swap" rel="stylesheet">
<!-- JS Files -->
<script src="/static/js/bootstrap.min.js">
</script>
<style>
img {
width : 100%
}
body>.wrapper {
min-height : 100vh
}
body {
color : #6e97e1;
font-family : "Noto Sans KR", sans-serif;
}
.wrapper {
display : table;
height : 100%;
margin : 0 auto
}
.content {
display : table-cell;
vertical-align : middle
}
h2 {
font-weight : 600;
margin-bottom : 20px;
word-break : keep-all
}
p {
word-break : keep-all
}
.btn {
background : #6e97e1;
color : #fff;
margin-top : 15px;
padding : 6px 20px;
border-radius : 50px
}
.btn:hover {
background : #5b88da ;
color : #fff
}
@media screen and (max-width: 768px) {
h2 {
margin-top : 50px;
font-size : 24px
}
}
</style>
</head>
<body>
<div class="wrapper">
<div class="content">
<div class="container text-center">
<div class="row">
<div class="col-md-7">
<img src="/static/img/404.png">
</div>
<div class="col-md-5 text-left">
<div class="wrapper">
<div class="content">
<h2>
페이지를 표시할 수 없습니다.
</h2>
<p>
요청하신 파일을 찾을 수 없거나 서버에서 제거되었습니다.
<br>
URL을 확인해 주시기 바랍니다.
</p>
<a class="btn" href="javascript:void()" onclick="history.go(-1)">
이전 페이지로 돌아가기
</a>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>