-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
ArthurBeaulieu
committed
Nov 9, 2023
1 parent
b5146c4
commit 05f108c
Showing
4 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,19 +10,19 @@ | |
<link rel="icon" href="https://raw.githubusercontent.com/ArthurBeaulieu/ArthurBeaulieu/master/assets/img/ab-logo.png" type="image/png" sizes="32x32"> | ||
<!-- Leaflet stylesheet --> | ||
<link rel="stylesheet" href="https://unpkg.com/[email protected]/dist/leaflet.css" integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A==" crossorigin="" /> | ||
<link rel="stylesheet" type="text/css" href="/assets/lib/leaflet-measure.css"> | ||
<link rel="stylesheet" type="text/css" href="/assets/dist/MonDourdannais.bundle.css"> | ||
<link rel="stylesheet" type="text/css" href="./assets/lib/leaflet-measure.css"> | ||
<link rel="stylesheet" type="text/css" href="./assets/dist/MonDourdannais.bundle.css"> | ||
</head> | ||
<body> | ||
<div style="position: absolute; top: 10px; left: 10px; background: white; z-index:99999; padding: 10px;">Attention <b>version alpha</b> ; le contenu du site reste incomplet. <a href="mailto:[email protected]">[email protected]</a> pour toute demande.</div> | ||
<div id="sarmates-land" class="map-container"></div> | ||
<div id="modal-overlay" class="modal-overlay"></div> | ||
<!-- Leaflet script --> | ||
<script src="https://unpkg.com/[email protected]/dist/leaflet.js" integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA==" crossorigin=""></script> | ||
<script type="text/javascript" src="/assets/lib/leaflet-measure.js"></script> | ||
<script type="text/javascript" src="/assets/lib/leaflet-geometry-util.js"></script> | ||
<script type="text/javascript" src="./assets/lib/leaflet-measure.js"></script> | ||
<script type="text/javascript" src="./assets/lib/leaflet-geometry-util.js"></script> | ||
<!-- Then load MonDourdannais Js bundle --> | ||
<script type="text/javascript" src="/assets/dist/MonDourdannais.bundle.js"></script> | ||
<script type="text/javascript" src="./assets/dist/MonDourdannais.bundle.js"></script> | ||
<!-- Finally, start MonDourdannais instance --> | ||
<script type="text/javascript"> | ||
window.md = new window.MonDourdannais(); | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters