Subversion Repositories Integrator Subversion

Rev

Details | Last modification | View Log | RSS feed

Rev Author Line No. Line
1 espaco 1
<!DOCTYPE html>
2
<!-- 
3
Template Name: Metronic - Responsive Admin Dashboard Template build with Twitter Bootstrap 3.3.2
4
Version: 3.2.0
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Like: www.facebook.com/keenthemes
10
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
11
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
12
-->
13
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
14
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
15
<!--[if !IE]><!-->
16
<html lang="en">
17
<!--<![endif]-->
18
<!-- BEGIN HEAD -->
19
<head>
20
<meta charset="utf-8"/>
21
<title>Metronic | 404 Page Option 2</title>
22
<meta http-equiv="X-UA-Compatible" content="IE=edge">
23
<meta content="width=device-width, initial-scale=1.0" name="viewport"/>
24
<meta http-equiv="Content-type" content="text/html; charset=utf-8">
25
<meta content="" name="description"/>
26
<meta content="" name="author"/>
27
<!-- BEGIN GLOBAL MANDATORY STYLES -->
28
<link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css">
29
<link href="../../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css">
30
<link href="../../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css">
31
<link href="../../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css">
32
<link href="../../assets/global/plugins/uniform/css/uniform.default.css" rel="stylesheet" type="text/css">
33
<!-- END GLOBAL MANDATORY STYLES -->
34
<!-- BEGIN PAGE LEVEL STYLES -->
35
<link href="../../assets/admin/pages/css/error.css" rel="stylesheet" type="text/css"/>
36
<!-- END PAGE LEVEL STYLES -->
37
<!-- BEGIN THEME STYLES -->
38
<link href="../../assets/global/css/components-rounded.css" id="style_components" rel="stylesheet" type="text/css">
39
<link href="../../assets/global/css/plugins.css" rel="stylesheet" type="text/css">
40
<link href="../../assets/admin/layout3/css/layout.css" rel="stylesheet" type="text/css">
41
<link href="../../assets/admin/layout3/css/themes/default.css" rel="stylesheet" type="text/css" id="style_color">
42
<link href="../../assets/admin/layout3/css/custom.css" rel="stylesheet" type="text/css">
43
<!-- END THEME STYLES -->
44
<link rel="shortcut icon" href="favicon.ico"/>
45
</head>
46
<!-- END HEAD -->
47
<!-- BEGIN BODY -->
48
<!-- DOC: Apply "page-header-menu-fixed" class to set the mega menu fixed  -->
49
<!-- DOC: Apply "page-header-top-fixed" class to set the top menu fixed  -->
50
<body class="page-404-full-page">
51
<div class="row">
52
        <div class="col-md-12 page-404">
53
                <div class="number">
54
                         404
55
                </div>
56
                <div class="details">
57
                        <h3>Oops! You're lost.</h3>
58
                        <p>
59
                                 We can not find the page you're looking for.<br/>
60
                                <a href="index.html">
61
                                Return home </a>
62
                                or try the search bar below.
63
                        </p>
64
                        <form action="javascript:;">
65
                                <div class="input-group input-medium">
66
                                        <input type="text" class="form-control" placeholder="keyword...">
67
                                        <span class="input-group-btn">
68
                                        <button type="submit" class="btn blue"><i class="fa fa-search"></i></button>
69
                                        </span>
70
                                </div>
71
                                <!-- /input-group -->
72
                        </form>
73
                </div>
74
        </div>
75
</div>
76
<!-- BEGIN JAVASCRIPTS(Load javascripts at bottom, this will reduce page load time) -->
77
<!-- BEGIN CORE PLUGINS -->
78
<!--[if lt IE 9]>
79
<script src="../../assets/global/plugins/respond.min.js"></script>
80
<script src="../../assets/global/plugins/excanvas.min.js"></script> 
81
<![endif]-->
82
<script src="../../assets/global/plugins/jquery.min.js" type="text/javascript"></script>
83
<script src="../../assets/global/plugins/jquery-migrate.min.js" type="text/javascript"></script>
84
<!-- IMPORTANT! Load jquery-ui.min.js before bootstrap.min.js to fix bootstrap tooltip conflict with jquery ui tooltip -->
85
<script src="../../assets/global/plugins/jquery-ui/jquery-ui.min.js" type="text/javascript"></script>
86
<script src="../../assets/global/plugins/bootstrap/js/bootstrap.min.js" type="text/javascript"></script>
87
<script src="../../assets/global/plugins/bootstrap-hover-dropdown/bootstrap-hover-dropdown.min.js" type="text/javascript"></script>
88
<script src="../../assets/global/plugins/jquery-slimscroll/jquery.slimscroll.min.js" type="text/javascript"></script>
89
<script src="../../assets/global/plugins/jquery.blockui.min.js" type="text/javascript"></script>
90
<script src="../../assets/global/plugins/jquery.cokie.min.js" type="text/javascript"></script>
91
<script src="../../assets/global/plugins/uniform/jquery.uniform.min.js" type="text/javascript"></script>
92
<!-- END CORE PLUGINS -->
93
<script src="../../assets/global/scripts/metronic.js" type="text/javascript"></script>
94
<script src="../../assets/admin/layout3/scripts/layout.js" type="text/javascript"></script>
95
<script src="../../assets/admin/layout3/scripts/demo.js" type="text/javascript"></script>
96
<script>
97
jQuery(document).ready(function() {    
98
   Metronic.init(); // init metronic core components
99
Layout.init(); // init current layout
100
Demo.init(); // init demo features
101
});
102
</script>
103
<!-- END JAVASCRIPTS -->
104
</body>
105
<!-- END BODY -->
106
</html>