index.html 1.81 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">
Zlatan Vasović's avatar
Zlatan Vasović committed
6
    <meta name="viewport" content="width=device-width, initial-scale=1">
7
8
    <meta name="description" content="">
    <meta name="author" content="">
9
    <link rel="icon" href="../../favicon.ico">
10

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

    <!-- Bootstrap core CSS -->
wangsai's avatar
wangsai committed
14
    <link href="../../dist/css/bootstrap.min.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 these 2 lines! -->
wangsai's avatar
wangsai committed
20
    <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
21
    <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
22

XhmikosR's avatar
XhmikosR committed
23
    <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
24
    <!--[if lt IE 9]>
XhmikosR's avatar
XhmikosR committed
25
      <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
XhmikosR's avatar
XhmikosR committed
26
      <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
27
    <![endif]-->
28
29
30
31
  </head>

  <body>

32
33
34
35
    <!-- Begin page content -->
    <div class="container">
      <div class="page-header">
        <h1>Sticky footer</h1>
36
      </div>
37
38
      <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>
39
40
    </div>

XhmikosR's avatar
XhmikosR committed
41
    <div class="footer">
42
      <div class="container">
43
        <p class="text-muted">Place sticky footer content here.</p>
44
45
46
      </div>
    </div>

47

48
49
    <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
    <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
50
  </body>
51
</html>