mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 19:08:22 +00:00
16 lines
466 B
HTML
16 lines
466 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="UTF-8">
|
|
<meta name="viewport" content="initial-scale=1.0">
|
|
<title>Map Project</title>
|
|
<link rel="stylesheet" href="MapStyle.css">
|
|
<script src="https://maps.googleapis.com/maps/api/js?key=AIzaSyBYLdhhoZZsQ1exYHzMSo_E8-7ymGmynpc&callback=initMap"
|
|
async defer></script>
|
|
<script src="MapScript.js"></script>
|
|
</head>
|
|
<body>
|
|
<div id="map"></div>
|
|
</body>
|
|
</html>
|