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.6
4
Version: 4.6
5
Author: KeenThemes
6
Website: http://www.keenthemes.com/
7
Contact: support@keenthemes.com
8
Follow: www.twitter.com/keenthemes
9
Dribbble: www.dribbble.com/keenthemes
10
Like: www.facebook.com/keenthemes
11
Purchase: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
12
Renew Support: http://themeforest.net/item/metronic-responsive-admin-dashboard-template/4021469?ref=keenthemes
13
License: You must have a valid license purchased only from themeforest(the above link) in order to legally use the theme for your project.
14
-->
15
<!--[if IE 8]> <html lang="en" class="ie8 no-js"> <![endif]-->
16
<!--[if IE 9]> <html lang="en" class="ie9 no-js"> <![endif]-->
17
<!--[if !IE]><!-->
18
<html lang="en">
19
    <!--<![endif]-->
20
    <!-- BEGIN HEAD -->
21
 
22
    <head>
23
        <meta charset="utf-8" />
24
        <title>Metronic | User Lock Screen 2</title>
25
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
26
        <meta content="width=device-width, initial-scale=1" name="viewport" />
27
        <meta content="" name="description" />
28
        <meta content="" name="author" />
29
        <!-- BEGIN GLOBAL MANDATORY STYLES -->
30
        <link href="http://fonts.googleapis.com/css?family=Open+Sans:400,300,600,700&subset=all" rel="stylesheet" type="text/css" />
31
        <link href="../assets/global/plugins/font-awesome/css/font-awesome.min.css" rel="stylesheet" type="text/css" />
32
        <link href="../assets/global/plugins/simple-line-icons/simple-line-icons.min.css" rel="stylesheet" type="text/css" />
33
        <link href="../assets/global/plugins/bootstrap/css/bootstrap.min.css" rel="stylesheet" type="text/css" />
34
        <link href="../assets/global/plugins/bootstrap-switch/css/bootstrap-switch.min.css" rel="stylesheet" type="text/css" />
35
        <!-- END GLOBAL MANDATORY STYLES -->
36
        <!-- BEGIN PAGE LEVEL PLUGINS -->
37
        <!-- END PAGE LEVEL PLUGINS -->
38
        <!-- BEGIN THEME GLOBAL STYLES -->
39
        <link href="../assets/global/css/components.min.css" rel="stylesheet" id="style_components" type="text/css" />
40
        <link href="../assets/global/css/plugins.min.css" rel="stylesheet" type="text/css" />
41
        <!-- END THEME GLOBAL STYLES -->
42
        <!-- BEGIN PAGE LEVEL STYLES -->
43
        <link href="../assets/pages/css/lock-2.min.css" rel="stylesheet" type="text/css" />
44
        <!-- END PAGE LEVEL STYLES -->
45
        <!-- BEGIN THEME LAYOUT STYLES -->
46
        <!-- END THEME LAYOUT STYLES -->
47
        <link rel="shortcut icon" href="favicon.ico" /> </head>
48
    <!-- END HEAD -->
49
 
50
    <body class="">
51
        <div class="page-lock">
52
            <div class="page-logo">
53
                <a class="brand" href="index.html">
54
                    <img src="../assets/pages/img/logo-big.png" alt="logo" /> </a>
55
            </div>
56
            <div class="page-body">
57
                <img class="page-lock-img" src="../assets/pages/media/profile/profile.jpg" alt="">
58
                <div class="page-lock-info">
59
                    <h1>Bob Nilson</h1>
60
                    <span class="email"> bob@keenthemes.com </span>
61
                    <span class="locked"> Locked </span>
62
                    <form class="form-inline" action="index.html">
63
                        <div class="input-group input-medium">
64
                            <input type="text" class="form-control" placeholder="Password">
65
                            <span class="input-group-btn">
66
                                <button type="submit" class="btn green icn-only">
67
                                    <i class="m-icon-swapright m-icon-white"></i>
68
                                </button>
69
                            </span>
70
                        </div>
71
                        <!-- /input-group -->
72
                        <div class="relogin">
73
                            <a href="login.html"> Not Bob Nilson ? </a>
74
                        </div>
75
                    </form>
76
                </div>
77
            </div>
78
            <div class="page-footer-custom"> 2014 &copy; Metronic. Admin Dashboard Template. </div>
79
        </div>
80
        <!--[if lt IE 9]>
81
<script src="../assets/global/plugins/respond.min.js"></script>
82
<script src="../assets/global/plugins/excanvas.min.js"></script> 
83
<![endif]-->
84
        <!-- BEGIN CORE PLUGINS -->
85
        <script src="../assets/global/plugins/jquery.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/js.cookie.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/bootstrap-switch/js/bootstrap-switch.min.js" type="text/javascript"></script>
91
        <!-- END CORE PLUGINS -->
92
        <!-- BEGIN PAGE LEVEL PLUGINS -->
93
        <script src="../assets/global/plugins/backstretch/jquery.backstretch.min.js" type="text/javascript"></script>
94
        <!-- END PAGE LEVEL PLUGINS -->
95
        <!-- BEGIN THEME GLOBAL SCRIPTS -->
96
        <script src="../assets/global/scripts/app.min.js" type="text/javascript"></script>
97
        <!-- END THEME GLOBAL SCRIPTS -->
98
        <!-- BEGIN PAGE LEVEL SCRIPTS -->
99
        <script src="../assets/pages/scripts/lock-2.min.js" type="text/javascript"></script>
100
        <!-- END PAGE LEVEL SCRIPTS -->
101
        <!-- BEGIN THEME LAYOUT SCRIPTS -->
102
        <!-- END THEME LAYOUT SCRIPTS -->
103
    </body>
104
 
105
</html>