mirror of
https://github.com/jlengrand/leaflet-geosearch.git
synced 2026-03-10 08:31:26 +00:00
19 lines
586 B
HTML
19 lines
586 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<title>Leaflet.GeoSearch / Google Provider</title>
|
|
|
|
<link href="https://fonts.googleapis.com/css?family=Open+Sans|Roboto" rel="stylesheet">
|
|
<link rel="stylesheet" href="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.css" />
|
|
<script src="http://cdn.leafletjs.com/leaflet/v0.7.7/leaflet.js"></script>
|
|
|
|
<link rel="stylesheet" href="style.css" />
|
|
<link rel="stylesheet" href="/assets/css/leaflet.css" />
|
|
</head>
|
|
<body>
|
|
<div id="app"></div>
|
|
|
|
<script type="text/javascript" src="/dist/bundle.js" charset="utf-8"></script>
|
|
</body>
|
|
</html>
|