Skip to content

Commit

Permalink
Add more required files for gh page to docs/
Browse files Browse the repository at this point in the history
  • Loading branch information
SimGo123 committed Jul 12, 2024
1 parent 262a074 commit b5dcb78
Show file tree
Hide file tree
Showing 4 changed files with 1,502 additions and 4 deletions.
Binary file added docs/favicon.ico
Binary file not shown.
8 changes: 4 additions & 4 deletions docs/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,15 +8,15 @@
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha256-p4NxAoJBhIIN+hmNHrzRCf9tD/miZyoHS5obTRR9BMY="
crossorigin=""/>
<link rel="stylesheet" href="../select-mountain/styles.css" type="text/css">
<link rel="stylesheet" href="styles.css" type="text/css">
<title>Isolation Demo</title>


<script src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha256-20nQCchB9co0qIjJZRGuk2/Z9VM+kNiyxNV1lvTlZBo="
crossorigin=""></script>
<script src="../leaflet.geometryutil.js"></script>
<script src="../leaflet-arrowheads.js"></script>
<script src="leaflet.geometryutil.js"></script>
<script src="leaflet-arrowheads.js"></script>

<script src="https://code.highcharts.com/highcharts.js"></script>
<script src="https://code.highcharts.com/modules/series-label.js"></script>
Expand All @@ -25,7 +25,7 @@
<script src="https://code.highcharts.com/modules/accessibility.js"></script>

<!-- <script src="wikiSearchScript.js"></script> -->
<script src="../select-mountain/isolationMapping.js"></script>
<script src="isolationMapping.js"></script>
</head>

<body>
Expand Down
Loading

0 comments on commit b5dcb78

Please sign in to comment.