Mercurial > dive4elements > website
view ocean.html @ 131:e919bf9fc2c5
Marked some more external links.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Thu, 03 Apr 2014 13:34:51 +0200 |
parents | 68f49d59b165 |
children | 2a0b9abe6a06 |
line wrap: on
line source
<!DOCTYPE html> <html> <head> <title>Dive4Elements</title> <meta name="viewport" content="width=device-width, initial-scale=1.0"> <meta charset="utf-8"> <meta name="description" content=""> <meta name="author" content="Ariane Brörmann"> <!-- Bootstrap --> <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> <!-- Custom styles for this template --> <link href="css/style.css" rel="stylesheet"> <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> <!--[if lt IE 9]> <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> <![endif]--> <!-- Bootstrap core JavaScript ================================================== --> <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script> <script src="js/dive4elements.js"></script> </head> <body> <div class="container"> <!--#include file="header.html" --> <div class="row row-dive4elements row-dive4elements-right"> <!--#include file="ocean_body.html" --> </div> <!--#include file="footer.html" --> </div> <!-- /container --> </body> </html>