Mercurial > dive4elements > website
comparison devel.html @ 107:21d9e1a89721
Add dedicated page for development.
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Mon, 31 Mar 2014 18:38:46 +0200 |
parents | |
children | 2a0b9abe6a06 |
comparison
equal
deleted
inserted
replaced
106:68f49d59b165 | 107:21d9e1a89721 |
---|---|
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="devel_body.html" --> | |
35 </div> | |
36 <!--#include file="footer.html" --> | |
37 </div> <!-- /container --> | |
38 </body> | |
39 </html> |