Mercurial > dive4elements > website
annotate contact.html @ 47:0c0eefd9041a
Use SSIs in contact page.
author | Sascha L. Teichmann <teichmann@intevation.de> |
---|---|
date | Thu, 20 Mar 2014 13:30:41 +0100 |
parents | eea27e51e482 |
children |
rev | line source |
---|---|
8 | 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"> | |
47
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
9 |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
10 <script src="https://code.jquery.com/jquery.js"></script> |
8 | 11 <!-- Bootstrap --> |
12 <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet"> | |
13 | |
14 <!-- Leaflet CSS --> | |
15 <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet"> | |
16 | |
17 <!-- Custom styles for this template --> | |
18 <link href="css/style.css" rel="stylesheet"> | |
19 | |
47
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
20 <!-- Bootstrap core JavaScript |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
21 ================================================== --> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
22 <!-- jQuery (necessary for Bootstrap's JavaScript plugins) --> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
23 <script src="js/dive4elements.js"></script> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
24 |
8 | 25 <!-- HTML5 Shim and Respond.js IE8 support of HTML5 elements and media queries --> |
26 <!-- WARNING: Respond.js doesn't work if you view the page via file:// --> | |
27 <!--[if lt IE 9]> | |
28 <script src="https://oss.maxcdn.com/libs/html5shiv/3.7.0/html5shiv.js"></script> | |
29 <script src="https://oss.maxcdn.com/libs/respond.js/1.3.0/respond.min.js"></script> | |
30 <![endif]--> | |
31 </head> | |
32 <body> | |
33 <div class="container"> | |
47
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
34 <!--#include file="header.html" --> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
35 <div class="row row-dive4elements row-dive4elements-right"> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
36 <!--#include file="contact_body.html" --> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
37 </div><!-- /row --> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
38 <!--#include file="footer.html" --> |
0c0eefd9041a
Use SSIs in contact page.
Sascha L. Teichmann <teichmann@intevation.de>
parents:
36
diff
changeset
|
39 </div> <!-- /container --> |
8 | 40 </body> |
41 </html> |