Skip to content

Instantly share code, notes, and snippets.

@ng-the-engineer
Created May 29, 2021 07:03
Show Gist options
  • Save ng-the-engineer/c0045d147a01390d63598d5a7f953e88 to your computer and use it in GitHub Desktop.
Save ng-the-engineer/c0045d147a01390d63598d5a7f953e88 to your computer and use it in GitHub Desktop.
Code snippet of tutorial running tracker
<!DOCTYPE html>
<head>
<meta
name="viewport"
content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no"
/>
<link
rel="stylesheet"
href="https://unpkg.com/[email protected]/dist/leaflet.css"
integrity="sha512-xodZBNTC5n17Xt2atTPuE1HxjVMSvLVW9ocqUKLsCC5CXdbqCmblAshOMAS6/keqq/sMZMZ19scR4PsZChSR7A=="
crossorigin=""
/>
<script
src="https://unpkg.com/[email protected]/dist/leaflet.js"
integrity="sha512-XQoYMqMTK8LvdxXYG3nZ448hOEQiglfqkJs1NOQV44cWnUrBc8PkAOcXy20w0vlaXaVUearIOBhiXZ5V3ynxwA=="
crossorigin=""
></script>
<link rel="stylesheet" href="./css/tracker.css" />
</head>
<body>
<div id="tracker"></div>
<script src="./js/tracker.js"></script>
</body>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment