ariane@8: <!DOCTYPE html>
ariane@8: <html>
ariane@8:     <head>
ariane@8:         <title>Dive4Elements</title>
ariane@8:         <meta name="viewport" content="width=device-width, initial-scale=1.0">
ariane@8:         <meta charset="utf-8">
ariane@8:         <meta name="description" content="">
ariane@8:         <meta name="author" content="Ariane Brörmann">
teichmann@47: 
teichmann@47:         <script src="https://code.jquery.com/jquery.js"></script>
ariane@8:         <!-- Bootstrap -->
ariane@8:         <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet">
ariane@8: 
ariane@8:         <!-- Leaflet CSS -->
ariane@8:         <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet">
ariane@8: 
ariane@8:         <!-- Custom styles for this template -->
ariane@8:         <link href="css/style.css" rel="stylesheet">
ariane@8: 
teichmann@47:         <!-- Bootstrap core JavaScript
teichmann@47:         ================================================== -->
teichmann@47:         <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
teichmann@47:         <script src="js/dive4elements.js"></script>
teichmann@47: 
ariane@8:         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
ariane@8:         <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
ariane@8:         <!--[if lt IE 9]>
ariane@8:         <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
ariane@8:         <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
ariane@8:         <![endif]-->
ariane@8:     </head>
ariane@8:     <body>
ariane@8:         <div class="container">
teichmann@47:             <!--#include file="header.html" -->
teichmann@47:             <div class="row row-dive4elements row-dive4elements-right">
teichmann@72:                 <!--#include file="community_body.html" -->
teichmann@47:             </div><!-- /row -->
teichmann@47:             <!--#include file="footer.html" -->
teichmann@47:         </div> <!-- /container -->
ariane@8:     </body>
ariane@8: </html>