index.html 1.88 KB
Newer Older
1
2
3
4
<!DOCTYPE html>
<html lang="en">
  <head>
    <meta charset="utf-8">
5
    <meta http-equiv="X-UA-Compatible" content="IE=edge">
6
7
8
    <meta name="viewport" content="width=device-width, initial-scale=1.0">
    <meta name="description" content="">
    <meta name="author" content="">
9
    <link rel="shortcut icon" href="../../docs-assets/ico/favicon.ico">
10

Nicole's avatar
Nicole committed
11
    <title>Sticky Footer Template for Bootstrap</title>
12
13

    <!-- Bootstrap core CSS -->
14
    <link href="../../dist/css/bootstrap.css" rel="stylesheet">
15
16

    <!-- Custom styles for this template -->
Nicole's avatar
Nicole committed
17
    <link href="sticky-footer.css" rel="stylesheet">
18

19
    <!-- Just for debugging purposes. Don't actually copy this line! -->
20
    <!--[if lt IE 9]><script src="../../docs-assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
21

22
23
    <!-- HTML5 shim and Respond.js IE8 support of HTML5 elements and media queries -->
    <!--[if lt IE 9]>
Chris Rebert's avatar
Chris Rebert committed
24
      <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
XhmikosR's avatar
XhmikosR committed
25
      <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
26
    <![endif]-->
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
  </head>

  <body>

    <!-- Wrap all page content here -->
    <div id="wrap">

      <!-- Begin page content -->
      <div class="container">
        <div class="page-header">
          <h1>Sticky footer</h1>
        </div>
        <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
        <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
      </div>
    </div>

    <div id="footer">
      <div class="container">
46
        <p class="text-muted">Place sticky footer content here.</p>
47
48
49
      </div>
    </div>

50
51
52
53

    <!-- Bootstrap core JavaScript
    ================================================== -->
    <!-- Placed at the end of the document so the pages load faster -->
54
  </body>
55
</html>