Skip to content

Instantly share code, notes, and snippets.

View sooryansatheesh's full-sized avatar
:octocat:
I may be slow to respond.

Soorya Narayan Satheesh sooryansatheesh

:octocat:
I may be slow to respond.
View GitHub Profile
<!DOCTYPE html>
<html>
<head>
<title>Leaflet Map with Marker</title>
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/[email protected]/dist/leaflet.css" />
<style>
#map {
height: 400px;
}
</style>