added lumino variable
							parent
							
								
									b90b9ff1f5
								
							
						
					
					
						commit
						599423dc71
					
				| 
						 | 
				
			
			@ -1,7 +1,11 @@
 | 
			
		|||
<html>
 | 
			
		||||
  <head>
 | 
			
		||||
    <title>Add Map</title>
 | 
			
		||||
    <script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
 | 
			
		||||
    <title>{{config('settings.name')}}</title>
 | 
			
		||||
 | 
			
		||||
    <link rel="apple-touch-icon" sizes="180x180" href="{{$favicon['180']}}">
 | 
			
		||||
    <link rel="icon" type="image/png" sizes="32x32" href="{{$favicon['32']}}">
 | 
			
		||||
    <link rel="icon" type="image/png" sizes="16x16" href="{{$favicon['16']}}">
 | 
			
		||||
 | 
			
		||||
    <style>
 | 
			
		||||
        #map {
 | 
			
		||||
            height: 400px;
 | 
			
		||||
| 
						 | 
				
			
			@ -10,7 +14,6 @@
 | 
			
		|||
    </style>
 | 
			
		||||
  </head>
 | 
			
		||||
  <body>
 | 
			
		||||
    <h3>My Google Maps Demo</h3>
 | 
			
		||||
    <div id="map"></div>
 | 
			
		||||
    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAKGJCCKvmWZl-L5bBF0uS5BWf0gN4ZkpI&callback=initMap&v=weekly" defer></script>
 | 
			
		||||
    <script>
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
		Reference in New Issue