63 lines
2.5 KiB
Plaintext
63 lines
2.5 KiB
Plaintext
@{
|
|
Layout = null;
|
|
}
|
|
<html lang="en" class=" js no-touch no-android chrome no-firefox no-iemobile no-ie no-ie10 no-ie11 no-ios">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<title>오류</title>
|
|
<meta name="description" content="app, web app, responsive, admin dashboard, admin, flat, flat ui, ui kit, off screen nav">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1">
|
|
<link rel="stylesheet" href="/css/bootstrap.css" type="text/css">
|
|
<link rel="stylesheet" href="/css/animate.css" type="text/css">
|
|
<link rel="stylesheet" href="/css/font-awesome.min.css" type="text/css">
|
|
<link rel="stylesheet" href="/css/font.css" type="text/css">
|
|
<link rel="stylesheet" href="/css/app.css" type="text/css">
|
|
<!--[if lt IE 9]>
|
|
<script src="js/ie/html5shiv.js"></script>
|
|
<script src="js/ie/respond.min.js"></script>
|
|
<script src="js/ie/excanvas.js"></script>
|
|
<![endif]-->
|
|
</head>
|
|
<body style="">
|
|
<section id="content">
|
|
<div class="row m-n">
|
|
<div class="col-sm-4 col-sm-offset-4">
|
|
<div class="text-center m-b-lg">
|
|
<h1 class="h text-white animated fadeInDownBig">404</h1>
|
|
</div>
|
|
<div class="list-group m-b-sm bg-white m-b-lg">
|
|
<a href="#" onclick="gomain()" class="list-group-item">
|
|
<i class="fa fa-chevron-right icon-muted"></i>
|
|
<i class="fa fa-fw fa-home icon-muted"></i> 홈으로 이동
|
|
</a>
|
|
</div>
|
|
</div>
|
|
</div>
|
|
</section>
|
|
<!-- footer -->
|
|
<footer id="footer"><div class="text-center padder"><p><small style="color: #000;">KFCF framework base on Bootstrap<br>© @DateTime.Now.Year</small></p></div></footer>
|
|
<!-- / footer -->
|
|
<script src="/js/jquery.min.js"></script>
|
|
<!-- Bootstrap -->
|
|
<script src="/js/bootstrap.js"></script>
|
|
<!-- App -->
|
|
<script src="/js/app.js"></script>
|
|
<script src="/js/app.plugin.js"></script>
|
|
<script src="/js/slimscroll/jquery.slimscroll.min.js"></script>
|
|
|
|
<script>
|
|
function gomain() {
|
|
if ((parent.ismainlayout || 0) == 1 || (parent.ispopuplayout || 0) == 1) {
|
|
parent.hideframemainlayer();
|
|
}
|
|
else if (opener != null) {
|
|
opener.focus();
|
|
self.close();
|
|
}
|
|
else {
|
|
location.href = "/";
|
|
}
|
|
}
|
|
</script>
|
|
</body>
|
|
</html> |