Machine Readiness
Stored receipt and evidence
30
100
0
0
0
Samples
No stored offer samples.
Samples
No stored action samples.
Samples
No stored product samples.
Document
# 전체 차단 User-agent: * Disallow: / User-agent: Googlebot Allow: / User-agent: Yeti Allow: / User-agent: Daumoa Allow: / Sitemap: https://www.jnu.ac.kr/sitemap.xml
Document
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=10.0; user-scalable=1;" />
<meta name="format-detection" content="telephone=no" />
<script type="text/javascript" src="https://www.jnu.ac.kr/Common/js/redirect_kr.js"></script>
<title>Web Page Access Error</title>
<style>
body, ul, li, div{margin:0; padding:0; font-family: 'Noto Sans KR','Nanum Square', 'Malgun Gothic';}
#error_wrap{background:url('http://www.jnu.ac.kr/images/error/error_pt.png') repeat 0 0; max-width:870px; padding:10px; margin:32px auto; box-sizing:border-box; width:100%;}
#error_wrap .error_box{background:#fff; text-align:center; overflow:hidden; padding:0 20px 40px;}
#error_wrap .error_box h1{margin-top:41px;}
#error_wrap .error_box .txt1{font-size:30px; color:#338866; font-weight:bold; letter-spacing:-2px; line-height:40px;}
#error_wrap .error_box .txt2{font-size:20px; color:#949494; font-weight:400; line-height:100%; margin-top:10px;}
#error_wrap .error_box .txt3{font-size:15px; color:#000; letter-spacing:-1px; margin-top:20px; line-height:150%; color:#666;}
#error_wrap .error_box ul {margin-top:50px;}
#error_wrap .error_box ul li {display:inline-block;}
#error_wrap .error_box ul li a{width:297px; height:48px; line-height:48px; text-decoration:none; color:#fff; display:block;}
#error_wrap .error_box ul li.btn01 a{background:#338866;}
#error_wrap .error_box ul li.btn02 a{background:#9d9d9d;}
#loading_wrap{background:url('http://www.jnu.ac.kr/images/error/error_pt.png') repeat 0 0; max-width:870px; padding:10px; margin:32px auto; box-sizing:border-box; width:100%;}
#loading_wrap .loading_box{background:#fff; text-align:center; overflow:hidden; padding:0 20px 40px;}
#loading_wrap .loading_box h1{margin-top:41px;}
#loading_wrap .loading_box .txt1{font-size:30px; color:#939393; font-weight:bold; letter-spacing:-2px; line-height:40px;}
#loading_wrap .loading_box .txt2{font-size:30px; color:#339933; font-weight:bold; letter-spacing:-2px; line-height:50px;}
#loading_wrap .loading_box .loading{margin-top:30px;}
@media all and (max-width:720px){
#error_wrap, #loading_wrap{width:98%;}
#loading_wrap .loading_box .txt1,
#loading_wrap .loading_box .txt2{font-size:25px;}
#error_wrap .error_box ul li{width:95%; margin-bottom:5px;}
#error_wrap .error_box ul li a{width:100%;}
}
</style>
<script type="text/javascript">
function getQuerystring(paramName){
try{
var _tempUrl = window.location.search.substring(1); //url에서 처음부터 '?'까지 삭제
var _tempArray = _tempUrl.split('&'); // '&'을 기준으로 분리하기
for(var i = 0; _tempArray.length; i++) {
var _keyValuePair = _tempArray[i].split('='); // '=' 을 기준으로 분리하기
if(_keyValuePair[0] == paramName){ // _keyValuePair[0] : 파라미터 명
// _keyValuePair[1] : 파라미터 값
return _keyValuePair[1];
}
}
}catch(e)
{
return '';
}
}
function search(nameKey, myArray) {
for (var i = 0; i < myArray.length; i++) {
if (myArray[i].oldurl === nameKey) {
return myArray[i];
}
}
}
function OnRedirect() {
try{
var path = getQuerystring('aspxerrorpath');
if(path !="")
{
var re_url = search(path, url);
if (typeof(re_url) != "undefined") {
document.getElementById("error_wrap").style.display = "none";
document.getElementById("loading_wrap").style.display = "block";
setTimeout(function() {
location.href = re_url.newurl;
},1000);
}
}
}catch(e){
alert(e);
}
}
</script>
</head>
<body onload="OnRedirect();">
<div id="error_wrap">
<div class="error_box">
<h1><img src="http://www.jnu.ac.kr/images/error/error_logo.png" alt="전남대학교" /></h1>
<div class="txt1">웹 페이지 접속 중 오류가 발생했습니다.</div>
<div class="txt2">An error occurred while accessing the web page.</div>
<div class="txt3">
방문하시려는 페이지의 주소가 잘못 입력되었거나, 페이지에 오류가 발생하여 웹페이지를 열 수 없습니다.<br />
입력하신 주소가 정확한지 다시 한번 확인해 주시기 바랍니다.
</div>
<ul>
<li class="btn01"><a href="http://www.jnu.ac.kr">홈페이지로 이동하기</a></li>
<li class="btn02"><a href="javascript:history.back(1);">이전 페이지로 이동하기</a></li>
</ul>
</div>
</div>
<div id="loading_wrap" style="display:none">
<div class="loading_box">
<h1><img src="http://www.jnu.ac.kr/images/error/error_logo.png" alt="전남대학교" /></h1>
<div class="txt1">신규 페이지로 이동합니다.</div>
<div class="txt2">잠시 기다려주십시오.</div>
<div class="loading"><img src="http://www.jnu.ac.kr/images/error/loading.gif" alt="loading" /></div>
<!--<ul>
<li class="btn01"><a href="http://www.jnu.ac.kr" >전남대학교 홈페이지로 이동하기</a></li>
<li class="btn02"><a href="javascript:history.back(1);">이전 페이지로 이동하기</a></li>
</ul>-->
</div>
</div>
</body>
</html>
Document
<!DOCTYPE html>
<html lang="ko">
<head>
<meta charset="utf-8" />
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<meta http-equiv="X-UA-Compatible" content="IE=edge" />
<meta name="viewport" content="width=device-width; initial-scale=1.0; maximum-scale=10.0; user-scalable=1;" />
<meta name="format-detection" content="telephone=no" />
<script type="text/javascript" src="https://www.jnu.ac.kr/Common/js/redirect_kr.js"></script>
<title>Web Page Access Error</title>
<style>
body, ul, li, div{margin:0; padding:0; font-family: 'Noto Sans KR','Nanum Square', 'Malgun Gothic';}
#error_wrap{background:url('http://www.jnu.ac.kr/images/error/error_pt.png') repeat 0 0; max-width:870px; padding:10px; margin:32px auto; box-sizing:border-box; width:100%;}
#error_wrap .error_box{background:#fff; text-align:center; overflow:hidden; padding:0 20px 40px;}
#error_wrap .error_box h1{margin-top:41px;}
#error_wrap .error_box .txt1{font-size:30px; color:#338866; font-weight:bold; letter-spacing:-2px; line-height:40px;}
#error_wrap .error_box .txt2{font-size:20px; color:#949494; font-weight:400; line-height:100%; margin-top:10px;}
#error_wrap .error_box .txt3{font-size:15px; color:#000; letter-spacing:-1px; margin-top:20px; line-height:150%; color:#666;}
#error_wrap .error_box ul {margin-top:50px;}
#error_wrap .error_box ul li {display:inline-block;}
#error_wrap .error_box ul li a{width:297px; height:48px; line-height:48px; text-decoration:none; color:#fff; display:block;}
#error_wrap .error_box ul li.btn01 a{background:#338866;}
#error_wrap .error_box ul li.btn02 a{background:#9d9d9d;}
#loading_wrap{background:url('http://www.jnu.ac.kr/images/error/error_pt.png') repeat 0 0; max-width:870px; padding:10px; margin:32px auto; box-sizing:border-box; width:100%;}
#loading_wrap .loading_box{background:#fff; text-align:center; overflow:hidden; padding:0 20px 40px;}
#loading_wrap .loading_box h1{margin-top:41px;}
#loading_wrap .loading_box .txt1{font-size:30px; color:#939393; font-weight:bold; letter-spacing:-2px; line-height:40px;}
#loading_wrap .loading_box .txt2{font-size:30px; color:#339933; font-weight:bold; letter-spacing:-2px; line-height:50px;}
#loading_wrap .loading_box .loading{margin-top:30px;}
@media all and (max-width:720px){
#error_wrap, #loading_wrap{width:98%;}
#loading_wrap .loading_box .txt1,
#loading_wrap .loading_box .txt2{font-size:25px;}
#error_wrap .error_box ul li{width:95%; margin-bottom:5px;}
#error_wrap .error_box ul li a{width:100%;}
}
</style>
<script type="text/javascript">
function getQuerystring(paramName){
try{
var _tempUrl = window.location.search.substring(1); //url에서 처음부터 '?'까지 삭제
var _tempArray = _tempUrl.split('&'); // '&'을 기준으로 분리하기
for(var i = 0; _tempArray.length; i++) {
var _keyValuePair = _tempArray[i].split('='); // '=' 을 기준으로 분리하기
if(_keyValuePair[0] == paramName){ // _keyValuePair[0] : 파라미터 명
// _keyValuePair[1] : 파라미터 값
return _keyValuePair[1];
}
}
}catch(e)
{
return '';
}
}
function search(nameKey, myArray) {
for (var i = 0; i < myArray.length; i++) {
if (myArray[i].oldurl === nameKey) {
return myArray[i];
}
}
}
function OnRedirect() {
try{
var path = getQuerystring('aspxerrorpath');
if(path !="")
{
var re_url = search(path, url);
if (typeof(re_url) != "undefined") {
document.getElementById("error_wrap").style.display = "none";
document.getElementById("loading_wrap").style.display = "block";
setTimeout(function() {
location.href = re_url.newurl;
},1000);
}
}
}catch(e){
alert(e);
}
}
</script>
</head>
<body onload="OnRedirect();">
<div id="error_wrap">
<div class="error_box">
<h1><img src="http://www.jnu.ac.kr/images/error/error_logo.png" alt="전남대학교" /></h1>
<div class="txt1">웹 페이지 접속 중 오류가 발생했습니다.</div>
<div class="txt2">An error occurred while accessing the web page.</div>
<div class="txt3">
방문하시려는 페이지의 주소가 잘못 입력되었거나, 페이지에 오류가 발생하여 웹페이지를 열 수 없습니다.<br />
입력하신 주소가 정확한지 다시 한번 확인해 주시기 바랍니다.
</div>
<ul>
<li class="btn01"><a href="http://www.jnu.ac.kr">홈페이지로 이동하기</a></li>
<li class="btn02"><a href="javascript:history.back(1);">이전 페이지로 이동하기</a></li>
</ul>
</div>
</div>
<div id="loading_wrap" style="display:none">
<div class="loading_box">
<h1><img src="http://www.jnu.ac.kr/images/error/error_logo.png" alt="전남대학교" /></h1>
<div class="txt1">신규 페이지로 이동합니다.</div>
<div class="txt2">잠시 기다려주십시오.</div>
<div class="loading"><img src="http://www.jnu.ac.kr/images/error/loading.gif" alt="loading" /></div>
<!--<ul>
<li class="btn01"><a href="http://www.jnu.ac.kr" >전남대학교 홈페이지로 이동하기</a></li>
<li class="btn02"><a href="javascript:history.back(1);">이전 페이지로 이동하기</a></li>
</ul>-->
</div>
</div>
</body>
</html>