Added Yandex Maps

This commit is contained in:
amikhaylov
2026-05-15 18:39:04 +03:00
parent 443a745029
commit 0c06d83b0b
5 changed files with 104 additions and 3 deletions
+18
View File
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html>
<head>
<title>Yandex Maps</title>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<script src="{{ $apiCall }}" type="text/javascript"></script>
<script type="text/javascript">var map_id = {{ $yandex_maps_id }};</script>
<script src="/js/yandex_maps.js" type="text/javascript"></script>
<style>
html, body, #map {
width: 100%; height: 100%; padding: 0; margin: 0;
}
</style>
</head>
<body>
<div id="map"></div>
</body>
</html>