Mercurial > dive4elements > website
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/download.html Wed Mar 26 18:57:29 2014 +0100 @@ -0,0 +1,39 @@ +<!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="download_body.html" --> +</div> + <!--#include file="footer.html" --> + </div> <!-- /container --> + </body> +</html>