e00111c4854a3b688fc1206b3a1ff13aab583a54
[vnfsdk/refrepo.git] /
1 <!doctype html>
2 <html lang="en">
3   <head>
4     <meta charset="utf-8">
5     <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
6     <meta name="description" content="">
7     <meta name="author" content="">
8     <link rel="icon" href="../../../../favicon.ico">
9
10     <title>Sticky Footer Template for Bootstrap</title>
11
12     <!-- Bootstrap core CSS -->
13     <link href="../../../../dist/css/bootstrap.min.css" rel="stylesheet">
14
15     <!-- Custom styles for this template -->
16     <link href="sticky-footer.css" rel="stylesheet">
17   </head>
18
19   <body>
20
21     <!-- Begin page content -->
22     <main role="main" class="container">
23       <h1 class="mt-5">Sticky footer</h1>
24       <p class="lead">Pin a fixed-height footer to the bottom of the viewport in desktop browsers with this custom HTML and CSS.</p>
25       <p>Use <a href="../sticky-footer-navbar">the sticky footer with a fixed navbar</a> if need be, too.</p>
26     </main>
27
28     <footer class="footer">
29       <div class="container">
30         <span class="text-muted">Place sticky footer content here.</span>
31       </div>
32     </footer>
33   </body>
34 </html>