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