author | stetrabby <info@trabucchi.de> |
Fri, 20 Dec 2013 22:49:16 +0100 | |
changeset 54 | 0ded9d7748b7 |
permissions | -rwxr-xr-x |
info@54 | 1 |
<!DOCTYPE html> |
info@54 | 2 |
<html lang="en"> |
info@54 | 3 |
<head> |
info@54 | 4 |
<meta charset="utf-8"> |
info@54 | 5 |
<meta http-equiv="X-UA-Compatible" content="IE=edge"> |
info@54 | 6 |
<meta name="viewport" content="width=device-width, initial-scale=1.0"> |
info@54 | 7 |
<meta name="description" content=""> |
info@54 | 8 |
<meta name="author" content=""> |
info@54 | 9 |
<link rel="shortcut icon" href="../../docs-assets/ico/favicon.png"> |
info@54 | 10 |
|
info@54 | 11 |
<title>Signin Template for Bootstrap</title> |
info@54 | 12 |
|
info@54 | 13 |
<!-- Bootstrap core CSS --> |
info@54 | 14 |
<link href="../../dist/css/bootstrap.css" rel="stylesheet"> |
info@54 | 15 |
|
info@54 | 16 |
<!-- Custom styles for this template --> |
info@54 | 17 |
<link href="signin.css" rel="stylesheet"> |
info@54 | 18 |
|
info@54 | 19 |
<!-- Just for debugging purposes. Don't actually copy this line! --> |
info@54 | 20 |
<!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]--> |
info@54 | 21 |
|
info@54 | 22 |
<!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries --> |
info@54 | 23 |
<!--[if lt IE 9]> |
info@54 | 24 |
<script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> |
info@54 | 25 |
<script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> |
info@54 | 26 |
<![endif]--> |
info@54 | 27 |
</head> |
info@54 | 28 |
|
info@54 | 29 |
<body> |
info@54 | 30 |
|
info@54 | 31 |
<div class="container"> |
info@54 | 32 |
|
info@54 | 33 |
<form class="form-signin" role="form"> |
info@54 | 34 |
<h2 class="form-signin-heading">Please sign in</h2> |
info@54 | 35 |
<input type="text" class="form-control" placeholder="Email address" required autofocus> |
info@54 | 36 |
<input type="password" class="form-control" placeholder="Password" required> |
info@54 | 37 |
<label class="checkbox"> |
info@54 | 38 |
<input type="checkbox" value="remember-me"> Remember me |
info@54 | 39 |
</label> |
info@54 | 40 |
<button class="btn btn-lg btn-primary btn-block" type="submit">Sign in</button> |
info@54 | 41 |
</form> |
info@54 | 42 |
|
info@54 | 43 |
</div> <!-- /container --> |
info@54 | 44 |
|
info@54 | 45 |
|
info@54 | 46 |
<!-- Bootstrap core JavaScript |
info@54 | 47 |
================================================== --> |
info@54 | 48 |
<!-- Placed at the end of the document so the pages load faster --> |
info@54 | 49 |
</body> |
info@54 | 50 |
</html> |