comparison download.html @ 88:f136ef1e5c04

To establish more consistence renamed getit.html to download.html and the corresponding _main to _body.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 26 Mar 2014 18:57:29 +0100
parents getit.html@a320af6ffa04
children cc7f9e594b6c
comparison
equal deleted inserted replaced
87:eb745c9adbb2 88:f136ef1e5c04
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="download_body.html" -->
35 </div>
36 <!--#include file="footer.html" -->
37 </div> <!-- /container -->
38 </body>
39 </html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)