Skip to content
Snippets Groups Projects
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
compare-test.html 618 B
<!DOCTYPE html>
<html lang="en">
<head>
    <meta charset="UTF-8">
    <title>Title</title>
    <link rel="stylesheet" href="../css/all-ol-style.css">
    <link rel="stylesheet" href="../css/layer-swipe.css">
    <style>
        body, html{
            height:100%;
            width: 100%;
            margin: 0;
            padding: 20px;
            background-color: gray;
        }

        #map{
            height:100%;
            width: 100%;
            /*position: relative;*/
        }

    </style>
</head>
<body>
<div id="map"></div>
<script src="../test-build/compare-test.js"></script>

</body>
</html>