moducopy.co.kr Ads.txt file
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="Cache-Control" content="No-Cache">
<meta http-equiv="Pragma" content="No-Cache">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta http-equiv="status" content="404">
<link href="https://fonts.googleapis.com/css2?family=Nanum+Gothic:wght@700&display=swap" rel="stylesheet">
<title>404 페이지를 찾을 수 없습니다.</title>
<style type="text/css">
.blackout {
width: 578px;
margin: 12% auto 0;
padding: 210px 0 90px;
background: url('/errors/img/icon_error.png') no-repeat center 69px;
text-align: center;
}
.blackout > strong {
color: #222222;
font-size: 28px;
}
.blackout > strong > em {
font-style: normal;
color: #EC1C23;
}
* {
font-family: 'Nanum Gothic', sans-serif;
}
.blackout p {
padding: 20px 0 0;
color: #222222;
font-size: 13px;
line-height: 1.5;
color: #666666;
}
* {
margin: 0;
padding: 0;
}
body {
-webkit-text-size-adjust: none;
}
.c-point {
color: #EC1C23;
}
.submitbtn .skinbtn {
width: 130px;
}
.skinbtn {
display: inline-block;
*display: inline;
*zoom: 1;
height: 40px;
padding: 0 5px;
text-align: center;
vertical-align: top;
box-sizing: border-box;
cursor: pointer;
font-size: 14px;
border: 1px solid #B1B1B1;
background: #FFFFFF;
color: #777777;
}
.btn-m2 {
height: 44px;
}
.submitbtn {
margin: 30px 0 0;
}
@media (max-width: 768px) {
.blackout {
width: auto;
padding: 190px 0 90px;
/*background-size: 97px 84px;*/
}
.blackout > strong {
font-size: 20px;
}
.blackout p {
padding: 10px 0 0;
font-size: 14px;
line-height: 18px;
letter-spacing: -0.05em;
}
.submitbtn {
margin: 20px 0 0;
}
}
</style>
<script type="text/javascript">
function go(str) {
if (str == 'back') {
window.history.back();
}
else {
location.replace('http://returnway.com');
}
}
</script>
</head>
<body>
<div class="blackout">
<strong>페이지를 찾을 수 없습니다.</strong>
<p>
요청하신 페이지가 존재하지 않거나, 삭제되었습니다.<br>
입력하신 주소가 정확한지 다시 확인해주세요.
</p>
<div class="submitbtn">
<button type="button" class="skinbtn default btn-m2" onclick="go('back');"><b>뒤로가기</b></button>
<button type="button" class="skinbtn default btn-m2" onclick="go('home');"><b>홈 바로가기</b></button>
</div>
</div>
</body>
</html>