Skip to content

Instantly share code, notes, and snippets.

@zohair-k
zohair-k / GoogleMAps
Created November 18, 2024 13:40
GoogleMap API
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Google Map Integration</title>
<script src="https://maps.googleapis.com/maps/api/js?key=YOUR_API_KEY"></script>
<style>
#map {
height: 400px;