Advertisement
Guest User

Untitled

a guest
Feb 17th, 2018
58
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.11 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <head>
  5.  
  6. <meta charset="utf-8">
  7. <meta http-equiv="X-UA-Compatible" content="IE=edge">
  8. <meta name="viewport" content="width=device-width, initial-scale=1">
  9. <meta name="description" content="">
  10. <meta name="author" content="">
  11.  
  12. <title>Stats</title>
  13.  
  14. <!-- Bootstrap Core CSS -->
  15. <link href="css/bootstrap.min.css" rel="stylesheet">
  16. <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0-alpha.2/css/bootstrap.min.css" />
  17. <!-- Custom CSS -->
  18. <link href="css/scrolling-nav.css" rel="stylesheet">
  19.  
  20. <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
  21. <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
  22. <!--[if lt IE 9]>
  23. <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
  24. <script src="https://oss.maxcdn.com/libs/respond.js/1.4.2/respond.min.js"></script>
  25. <![endif]-->
  26.  
  27. </head>
  28.  
  29. <!-- The #page-top ID is part of the scrolling feature - the data-spy and data-target are part of the built-in Bootstrap scrollspy function -->
  30. <body id="page-top" data-spy="scroll" data-target=".navbar-fixed-top">
  31.  
  32. <!-- Navigation -->
  33. <?php include("navbar.php"); ?>
  34.  
  35. <!-- Page Content -->
  36. <section id="intro" class="intro-section">
  37. <div class="container">
  38.  
  39. <!-- Intro Section -->
  40. <?php include("content.php"); ?>
  41. <!-- Footer -->
  42. <footer>
  43. <div class="row">
  44. <div class="col-lg-12">
  45. <hr><br>
  46. <p class="pull-right"><a href="#page-top"><i class="fa fa-angle-double-up fa-2x" title="Back to top"></i></a></p>
  47. <p class="text-center">2017 &middot; <a href="#">Altirust.no</a> &middot; <a href="https://github.com/kennethrisa/Stats">Want this on your site? check out Altirust.no Github</a></p>
  48. </div>
  49. </div>
  50. <!-- /.row -->
  51. </footer>
  52. </div>
  53. <!-- Container -->
  54. </section>
  55.  
  56. <!-- jQuery -->
  57. <!-- Bootstrap Core JavaScript -->
  58. <script src="js/bootstrap.min.js"></script>
  59. <!-- Scrolling Nav JavaScript -->
  60. <script src="js/scrolling-nav.js"></script>
  61. </body>
  62. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement