view community.html @ 87:eb745c9adbb2

Fixed bracket whitespace.
author Sascha L. Teichmann <teichmann@intevation.de>
date Wed, 26 Mar 2014 18:31:28 +0100
parents 3000c078bcd0
children 4d284b6fe0c5
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">

        <script src="https://code.jquery.com/jquery.js"></script>
        <!-- Bootstrap -->
        <link href="bootstrap-3.1.0/dist/css/bootstrap.min.css" rel="stylesheet">

        <!-- Leaflet CSS -->
        <link href="http://cdn.leafletjs.com/leaflet-0.6.4/leaflet.css" rel="stylesheet">

        <!-- Custom styles for this template -->
        <link href="css/style.css" rel="stylesheet">

        <!-- Bootstrap core JavaScript
        ================================================== -->
        <!-- jQuery (necessary for Bootstrap's JavaScript plugins) -->
        <script src="js/dive4elements.js"></script>

        <!-- 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]-->
    </head>
    <body>
        <div class="container">
            <!--#include file="header.html" -->
            <div class="row row-dive4elements row-dive4elements-right">
                <!--#include file="community_body.html" -->
            </div><!-- /row -->
            <!--#include file="footer.html" -->
        </div> <!-- /container -->
    </body>
</html>
This site is hosted by Intevation GmbH (Datenschutzerklärung und Impressum | Privacy Policy and Imprint)