Brought in bootstrap-rtl and validate.js packages via bower for Matrix's patient...
[openemr.git] / public / assets / bootstrap-rtl-3-3-4 / examples / originals / examples / sticky-footer / index.html
blobe6fa37d3dfad6c0a5f9858653e5ce273ad14e8a9
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">
12 <title>Sticky Footer Template for Bootstrap</title>
14 <!-- Bootstrap core CSS -->
15 <link href="../../dist/css/bootstrap.min.css" rel="stylesheet">
16 <link href="../../dist/css/bootstrap-rtl.min.css" rel="stylesheet">
18 <!-- Custom styles for this template -->
19 <link href="sticky-footer.css" rel="stylesheet">
21 <!-- Just for debugging purposes. Don't actually copy these 2 lines! -->
22 <!--[if lt IE 9]><script src="../../assets/js/ie8-responsive-file-warning.js"></script><![endif]-->
23 <script src="../../assets/js/ie-emulation-modes-warning.js"></script>
25 <!-- HTML5 shim and Respond.js for IE8 support of HTML5 elements and media queries -->
26 <!--[if lt IE 9]>
27 <script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
28 <script src="https://oss.maxcdn.com/respond/1.4.2/respond.min.js"></script>
29 <![endif]-->
30 </head>
32 <body>
34 <!-- Begin page content -->
35 <div class="container">
36 <div class="page-header">
37 <h1>Sticky footer</h1>
38 </div>
39 <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
40 <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
41 </div>
43 <footer class="footer">
44 <div class="container">
45 <p class="text-muted">Place sticky footer content here.</p>
46 </div>
47 </footer>
50 <!-- IE10 viewport hack for Surface/desktop Windows 8 bug -->
51 <script src="../../assets/js/ie10-viewport-bug-workaround.js"></script>
52 </body>
53 </html>