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