Mercurial > dive4elements > website
comparison river.html @ 70:2bfeb545e687
Moved d4e/river details to separate page.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Wed, 26 Mar 2014 12:53:02 +0100 |
parents | |
children | 2d85efd5ac12 |
comparison
equal
deleted
inserted
replaced
69:e0fcacb504e6 | 70:2bfeb545e687 |
---|---|
1 <!DOCTYPE html> | |
2 <html> | |
3 <head> | |
4 <title>Dive4Elements</title> | |
5 <meta name="viewport" content="width=device-width, initial-scale=1.0"> | |
6 <meta charset="utf-8"> | |
7 <meta name="description" content=""> | |
8 <meta name="author" content="Ariane Brörmann"> | |
9 <!-- Bootstrap --> | |
10 <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> | |
11 | |
12 <!-- Custom styles for this template --> | |
13 <link href="css/style.css" rel="stylesheet"> | |
14 | |
15 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> | |
16 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
17 <!--[if lt IE 9]> | |
18 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
19 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
20 <![endif]--> | |
21 | |
22 <!-- Bootstrap core JavaScript | |
23 ================================================== --> | |
24 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> | |
25 <script src="https://code.jquery.com/jquery-1.10.2.min.js"></script> | |
26 <!-- Include all compiled plugins (below), or include individual files as needed --> | |
27 <script src="bootstrap-3.1.0/dist/js/bootstrap.min.js"></script> | |
28 <script src="js/dive4elements.js"></script> | |
29 </head> | |
30 <body> | |
31 <div class="container"> | |
32 <!--#include file="header.html" --> | |
33 <div class="row row-dive4elements row-dive4elements-right"> | |
34 <!--#include file="river_body.html" --> | |
35 </div> | |
36 <!--#include file="footer.html" --> | |
37 </div> <!-- /container --> | |
38 </body> | |
39 </html> |