Skip to content

Commit

Permalink
Deploying to gh-pages from @ d6d6141 🚀
Browse files Browse the repository at this point in the history
  • Loading branch information
artegoser committed Jan 23, 2024
1 parent edcf5da commit 301b405
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 858 deletions.
779 changes: 8 additions & 771 deletions index.bundle.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion index.bundle.js.map

Large diffs are not rendered by default.

60 changes: 7 additions & 53 deletions index.css

Large diffs are not rendered by default.

34 changes: 1 addition & 33 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -14,17 +14,7 @@
<link rel="stylesheet" href="./index.css">

<link rel="icon" type="image/x-icon" href="https://i.imgur.com/i0yls6d.png">
<link href="https://api.mapbox.com/mapbox-gl-js/v2.15.0/mapbox-gl.css" rel="stylesheet" />

<link href="https://cdn.jsdelivr.net/npm/[email protected]/dist/css/bootstrap.min.css" rel="stylesheet"
integrity="sha384-F3w7mX95PdgyTmZZMECAngseQB83DfGTowi0iMjiWaeVhAn4FJkqJByhZMI3AhiU" crossorigin="anonymous">
<script src="https://cdn.jsdelivr.net/npm/[email protected]/dist/js/bootstrap.bundle.min.js"
integrity="sha384-/bQdsTh/da6pkI1MST/rWKFNjaCP5gBSY4sEBT38Q/9RBh9AH40zEOg7Hlq2THRZ"
crossorigin="anonymous"></script>

<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/lib/controls.min.css">
<link href="https://watergis.github.io/mapbox-gl-export/mapbox-gl-export.css" rel="stylesheet" />


<style>
body {
margin: 0;
Expand All @@ -41,29 +31,7 @@
</head>

<body>
<!--[if lt IE 7]>
<p class="browsehappy">You are using an <strong>outdated</strong> browser. Please <a href="#">upgrade your browser</a> to improve your experience.</p>
<![endif]-->
<!-- <div class="menu">
<div class="row">
<div class="col-md-2">
<img class="w-50" src="https://erth2.github.io/movc/icons/movc-logo.png">
</div>
<div class="col-md-8">
<h4>Map of ERTH2</h4>
</div>
</div>
</div> -->

<div id="map"></div>

<script src="https://api.mapbox.com/mapbox-gl-js/v2.15.0/mapbox-gl.js"></script>
<script type="text/javascript" src="https://unpkg.com/showdown/dist/showdown.min.js"></script>
<script src="https://watergis.github.io/mapbox-gl-export/mapbox-gl-export.js"></script>

<script src="./index.bundle.js" async defer></script>


</body>

</html>

0 comments on commit 301b405

Please sign in to comment.