2013-06-24 08:17:08 +08:00
|
|
|
<!DOCTYPE html>
|
|
|
|
<html lang="en">
|
|
|
|
<head>
|
|
|
|
<meta charset="utf-8">
|
2013-09-25 00:43:16 +08:00
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
2014-01-19 20:27:17 +08:00
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1">
|
2013-06-24 08:17:08 +08:00
|
|
|
<meta name="description" content="">
|
|
|
|
<meta name="author" content="">
|
2014-03-25 15:30:04 +08:00
|
|
|
<link rel="icon" href="../../favicon.ico">
|
2013-06-24 08:17:08 +08:00
|
|
|
|
2013-07-21 14:17:01 +08:00
|
|
|
<title>Signin Template for Bootstrap</title>
|
2013-06-24 08:17:08 +08:00
|
|
|
|
|
|
|
<!-- Bootstrap core CSS -->
|
2014-01-01 22:29:13 +08:00
|
|
|
<link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
|
2013-06-24 08:17:08 +08:00
|
|
|
|
|
|
|
<!-- Custom styles for this template -->
|
2013-07-21 14:30:08 +08:00
|
|
|
<link href="signin.css" rel="stylesheet">
|
2013-08-18 14:28:52 +08:00
|
|
|
|
2014-04-21 07:09:47 +08:00
|
|
|
<!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
|
|
|
|
<script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
|
2013-06-24 08:17:08 +08:00
|
|
|
</head>
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
<div class="container">
|
|
|
|
|
2014-11-14 09:27:47 +08:00
|
|
|
<form class="form-signin">
|
2013-06-24 08:17:08 +08:00
|
|
|
<h2 class="form-signin-heading">Please sign in</h2>
|
2014-10-31 00:45:33 +08:00
|
|
|
<label for="inputEmail" class="sr-only">Email address</label>
|
|
|
|
<input type="email" id="inputEmail" class="form-control" placeholder="Email address" required autofocus>
|
2014-11-12 14:52:32 +08:00
|
|
|
<label for="inputPassword" class="sr-only">Password</label>
|
2014-10-31 00:45:33 +08:00
|
|
|
<input type="password" id="inputPassword" class="form-control" placeholder="Password" required>
|
2014-07-01 01:27:55 +08:00
|
|
|
<div class="checkbox">
|
|
|
|
<label>
|
|
|
|
<input type="checkbox" value="remember-me"> Remember me
|
|
|
|
</label>
|
|
|
|
</div>
|
2013-08-18 10:00:05 +08:00
|
|
|
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
|
2013-06-24 08:17:08 +08:00
|
|
|
</form>
|
|
|
|
|
|
|
|
</div> <!-- /container -->
|
|
|
|
|
2013-08-18 03:32:11 +08:00
|
|
|
|
|
|
|
<!-- Bootstrap core JavaScript
|
|
|
|
================================================== -->
|
|
|
|
<!-- Placed at the end of the document so the pages load faster -->
|
2013-06-24 08:17:08 +08:00
|
|
|
</body>
|
2013-08-18 03:32:11 +08:00
|
|
|
</html>
|