<!DOCTYPE HTML>
<html lang="ko" xmlns="http://www.w3.org/1999/xhtml">
<head>

    <meta charset="utf-8">
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <title>게임센터 어드민</title>

    <link href="/css/bootstrap.min.css" rel="stylesheet">
    <link href="/css/animate.css" rel="stylesheet">
    <link href="/css/style.css" rel="stylesheet">

</head>
<body class="gray-bg">


<div class="middle-box text-center animated fadeInDown">

    <h1>404</h1>
    <h3><p>존재하지 않는 페이지 입니다.</p>
        
        
        </h3>

    <div class="error-desc">
        페이지를 찾을 수 없습니다.<br>
        입력하신 URL을 다시한번 확인해주세요.<br>
        일부 메뉴의 경우 사전 로그인이 필요할 수 있습니다.<br><br>
        <a href="/" style="text-decoration: underline; color: #676a6c;">게임센터의 홈 바로가기</a>
    </div>
</div>

<!-- Mainly scripts -->
<script type="text/javascript" src="/js/common.js"></script>

</body>
</html>
