0a4d90cbdc6cc9fa2ebb265e66f2a640c2589d0e
[vnfsdk/refrepo.git] /
1 <!doctype html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6     <meta name="description" content="">
7     <meta name="author" content="">
8     <link rel="icon" href="../../../../favicon.ico">
9
10     <title>Signin Template for Bootstrap</title>
11
12     <!-- Bootstrap core CSS -->
13     <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
14
15     <!-- Custom styles for this template -->
16     <link href="signin.css" rel="stylesheet">
17   </head>
18
19   <body class="text-center">
20     <form class="form-signin">
21       <img class="mb-4" src="https://getbootstrap.com/assets/brand/bootstrap-solid.svg" alt="" width="72" height="72">
22       <h1 class="h3 mb-3 font-weight-normal">Please sign in</h1>
23       <label for="inputEmail" class="sr-only">Email address</label>
24       <input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
25       <label for="inputPassword" class="sr-only">Password</label>
26       <input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
27       <div class="checkbox mb-3">
28         <label>
29           <input type="checkbox" value="remember-me"> Remember me
30         </label>
31       </div>
32       <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
33       <p class="mt-5 mb-3 text-muted">&copy; 2017-2018</p>
34     </form>
35   </body>
36 </html>