Policy 1707 commit to LF
[policy/engine.git] / POLICY-SDK-APP / src / main / webapp / app / policyApp / CSS / bootstrap / docs / examples / sticky-footer / index.html
1 <!DOCTYPE html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta http-equiv="X-UA-Compatible" content="IE=edge">
6     <meta name="viewport" content="width=device-width, initial-scale=1">
7     <!-- The above 3 meta tags *must* come first in the head; any other head content must come *after* these tags -->
8     <meta name="description" content="">
9     <meta name="author" content="">
10     <link rel="icon" href="../../favicon.ico">
11
12     <title>Sticky Footer Template for Bootstrap</title>
13
14     <!-- Bootstrap core CSS -->
15     <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
16
17     <!-- Custom styles for this template -->
18     <link href="sticky-footer.css" rel="stylesheet">
19
20     <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
21     <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
22     <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
23
24     <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
25     <!--[if lt IE 9]>
26       <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
27       <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
28     <![endif]-->
29   </head>
30
31   <body>
32
33     <!-- Begin page content -->
34     <div class="container">
35       <div class="page-header">
36         <h1>Sticky footer</h1>
37       </div>
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>
39       <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
40     </div>
41
42     <footer class="footer">
43       <div class="container">
44         <p class="text-muted">Place sticky footer content here.</p>
45       </div>
46     </footer>
47
48
49     <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
50     <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
51   </body>
52 </html>