mirror of https://github.com/jumpserver/jumpserver
				
				
				
			
		
			
				
	
	
		
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
			
		
		
	
	
			45 lines
		
	
	
		
			1.3 KiB
		
	
	
	
		
			HTML
		
	
	
<!DOCTYPE html>
 | 
						|
<html>
 | 
						|
 | 
						|
<head>
 | 
						|
 | 
						|
    <meta charset="utf-8">
 | 
						|
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
 | 
						|
 | 
						|
    <title>Jumpserver | 404 Error</title>
 | 
						|
 | 
						|
    <link href="/static/css/bootstrap.min.css" rel="stylesheet">
 | 
						|
    <link href="/static/font-awesome/css/font-awesome.css" rel="stylesheet">
 | 
						|
 | 
						|
    <link href="/static/css/animate.css" rel="stylesheet">
 | 
						|
    <link href="/static/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>
 | 
						|
 | 
						|
    <!-- Mainly scripts -->
 | 
						|
    <script src="/static/js/jquery-2.1.1.js"></script>
 | 
						|
    <script src="/static/js/bootstrap.min.js"></script>
 | 
						|
 | 
						|
</body>
 | 
						|
 | 
						|
</html>
 | 
						|
 |