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">
10 <title>Signin Template for Bootstrap</title>
12 <!-- Bootstrap core CSS -->
13 <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
15 <!-- Custom styles for this template -->
16 <link href="signin.css" rel="stylesheet">
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">
29 <input type="checkbox" value="remember-me"> Remember me
32 <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
33 <p class="mt-5 mb-3 text-muted">© 2017-2018</p>