ariane@0: <!DOCTYPE html>
ariane@0: <html>
ariane@0:     <head>
ariane@0:         <title>Dive4Elements</title>
ariane@0:         <meta name="viewport" content="width=device-width, initial-scale=1.0">
ariane@0:         <meta charset="utf-8">
ariane@0:         <meta name="description" content="">
ariane@0:         <meta name="author" content="Ariane Brörmann">
ariane@0:         <!-- Bootstrap -->
ariane@7:         <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet">
mgebbe@25: 
ariane@0:         <!-- Custom styles for this template -->
ariane@0:         <link href="css/style.css" rel="stylesheet">
ariane@0: 
ariane@0:         <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries -->
ariane@0:         <!-- WARNING: Respond.js doesn't work if you view the page via file:// -->
ariane@0:         <!--[if lt IE 9]>
ariane@0:         <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script>
ariane@0:         <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script>
ariane@0:         <![endif]-->
ariane@3: 
ariane@3:         <!-- Bootstrap core JavaScript
ariane@3:         ================================================== -->
ariane@0:         <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
ariane@24:         <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script>
ariane@0:         <!-- Include all compiled plugins (below), or include individual files as needed -->
ariane@7:         <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script>
ariane@3:         <script src="js/dive4elements.js"></script>
rrenkert@40:     </head>
rrenkert@40:     <body>
rrenkert@40:         <div class="container">
rrenkert@40:             <!--#include file="header.html" -->
rrenkert@40:             <div class="row row-dive4elements row-dive4elements-right">
teichmann@75:                 <!--#include file="index_body.html" -->
rrenkert@40:                 <!--#include file="feed.html" -->
rrenkert@40:             </div><!-- /row -->
rrenkert@40:             <!--#include file="footer.html" -->
rrenkert@40:         </div> <!-- /container -->
ariane@0:     </body>
ariane@0: </html>