1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/signin/index.html Fri Dec 20 22:49:16 2013 +0100
1.3 @@ -0,0 +1,50 @@
1.4 +<!DOCTYPE html>
1.5 +<html lang="en">
1.6 + <head>
1.7 + <meta charset="utf-8">
1.8 + <meta http-equiv="X-UA-Compatible" content="IE=edge">
1.9 + <meta name="viewport" content="width=device-width, initial-scale=1.0">
1.10 + <meta name="description" content="">
1.11 + <meta name="author" content="">
1.12 + <link rel="shortcut icon" href="../../docs-assets/ico/favicon.png">
1.13 +
1.14 + <title>Signin Template for Bootstrap</title>
1.15 +
1.16 + <!-- Bootstrap core CSS -->
1.17 + <link href="../../dist/css/bootstrap.css" rel="stylesheet">
1.18 +
1.19 + <!-- Custom styles for this template -->
1.20 + <link href="signin.css" rel="stylesheet">
1.21 +
1.22 + <!-- Just for debugging purposes. Don't actually copy this line! -->
1.23 + <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
1.24 +
1.25 + <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
1.26 + <!--[if lt IE 9]>
1.27 + <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
1.28 + <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
1.29 + <![endif]-->
1.30 + </head>
1.31 +
1.32 + <body>
1.33 +
1.34 + <div class="container">
1.35 +
1.36 + <form class="form-signin" role="form">
1.37 + <h2 class="form-signin-heading">Please sign in</h2>
1.38 + <input type="text" class="form-control" placeholder="Email address" required autofocus>
1.39 + <input type="password" class="form-control" placeholder="Password" required>
1.40 + <label class="checkbox">
1.41 + <input type="checkbox" value="remember-me"> Remember me
1.42 + </label>
1.43 + <button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button>
1.44 + </form>
1.45 +
1.46 + </div> <!-- /container -->
1.47 +
1.48 +
1.49 + <!-- Bootstrap core JavaScript
1.50 + ================================================== -->
1.51 + <!-- Placed at the end of the document so the pages load faster -->
1.52 + </body>
1.53 +</html>