added lumino variable
							parent
							
								
									b90b9ff1f5
								
							
						
					
					
						commit
						599423dc71
					
				| 
						 | 
					@ -1,7 +1,11 @@
 | 
				
			||||||
<html>
 | 
					<html>
 | 
				
			||||||
  <head>
 | 
					  <head>
 | 
				
			||||||
    <title>Add Map</title>
 | 
					    <title>{{config('settings.name')}}</title>
 | 
				
			||||||
    <script src="https://polyfill.io/v3/polyfill.min.js?features=default"></script>
 | 
					
 | 
				
			||||||
 | 
					    <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>
 | 
					    <style>
 | 
				
			||||||
        #map {
 | 
					        #map {
 | 
				
			||||||
            height: 400px;
 | 
					            height: 400px;
 | 
				
			||||||
| 
						 | 
					@ -10,7 +14,6 @@
 | 
				
			||||||
    </style>
 | 
					    </style>
 | 
				
			||||||
  </head>
 | 
					  </head>
 | 
				
			||||||
  <body>
 | 
					  <body>
 | 
				
			||||||
    <h3>My Google Maps Demo</h3>
 | 
					 | 
				
			||||||
    <div id="map"></div>
 | 
					    <div id="map"></div>
 | 
				
			||||||
    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAKGJCCKvmWZl-L5bBF0uS5BWf0gN4ZkpI&callback=initMap&v=weekly" defer></script>
 | 
					    <script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyAKGJCCKvmWZl-L5bBF0uS5BWf0gN4ZkpI&callback=initMap&v=weekly" defer></script>
 | 
				
			||||||
    <script>
 | 
					    <script>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue