<!DOCTYPE html>
<html xmlns="http://www.w3.org/1999/xhtml"
	lang="ko" xmlns:social="http://spring.io/springsocial">
<head>
    <!-- Metadata -->
    <title>Login :: Title</title>
    <meta charset="utf-8"/>
    <meta http-equiv="X-UA-Compatible" content="IE=edge"/>
    <meta name="viewport" content="width=device-width, initial-scale=1"/>
    <meta name="description" content=""/>
    <meta name="author" content=""/>
	

    <!-- CSS Files -->
	<link rel="stylesheet" href="/resources/css/bootstrap-3.3.0.min.css" type="text/css"/>
	<link rel="stylesheet" href="/resources/font-awesome/css/font-awesome.css" type="text/css"/>

    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
    <![endif]-->
<link href="/resources/css/animate.css" rel="stylesheet"/>
<link href="/resources/css/style.css" rel="stylesheet"/>
</head>
<body class="gray-bg">

    
    <div class="middle-box text-center animated fadeInDown">
        <h1>404</h1>
        <h3 class="font-bold">Page Not Found</h3>

        <div class="error-desc">
            Sorry, but the page you are looking for has note been found. Try checking the URL for error, then hit the refresh button on your browser or try found something else in our app.
            <form class="form-inline m-t" role="form">
                <div class="form-group">
                    <input type="text" class="form-control" placeholder="Search for page"/>
                </div>
                <button type="submit" class="btn btn-primary">Search</button>
            </form>
        </div>
    </div>
	 <!-- /container -->

    <!-- Mainly scripts -->
    <script src="/resources/js/jquery-2.1.1.js"></script>
    <script src="/resources/js/bootstrap-3.3.0.min.js"></script>

    
     <!-- /scripts -->

    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="/resources/js/ie10-viewport-bug-workaround.js"></script>
</body>
</html>
