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