Mercurial > dive4elements > website
view d4e.html @ 174:0a5765c5f40d
Add Dockerfile
author | Tom Gottfried <tom@intevation.de> |
---|---|
date | Fri, 16 Nov 2018 16:14:46 +0100 |
parents | eb6b50914324 |
children |
line wrap: on
line source
<!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/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="jquery/jquery.min.js"></script> <!-- Include all compiled plugins (below), or include individual files as needed --> <script src="bootstrap/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="d4e_body.html" --> </div><!-- /row --> <!--#include file="footer.html" --> </div> <!-- /container --> </body> </html>