bootstrap-source/bootstrap-3.0.3/examples/sticky-footer/index.html
changeset 54 0ded9d7748b7
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/bootstrap-source/bootstrap-3.0.3/examples/sticky-footer/index.html	Fri Dec 20 22:49:16 2013 +0100
     1.3 @@ -0,0 +1,55 @@
     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>Sticky Footer 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="sticky-footer.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 +    <!-- Wrap all page content here -->
    1.35 +    <div id="wrap">
    1.36 +
    1.37 +      <!-- Begin page content -->
    1.38 +      <div class="container">
    1.39 +        <div class="page-header">
    1.40 +          <h1>Sticky footer</h1>
    1.41 +        </div>
    1.42 +        <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
    1.43 +        <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
    1.44 +      </div>
    1.45 +    </div>
    1.46 +
    1.47 +    <div id="footer">
    1.48 +      <div class="container">
    1.49 +        <p class="text-muted">Place sticky footer content here.</p>
    1.50 +      </div>
    1.51 +    </div>
    1.52 +
    1.53 +
    1.54 +    <!-- Bootstrap core JavaScript
    1.55 +    ================================================== -->
    1.56 +    <!-- Placed at the end of the document so the pages load faster -->
    1.57 +  </body>
    1.58 +</html>
Impressum Datenschutzerklärung