mirror of
https://github.com/neogeek23/neogeek23.github.io.git
synced 2026-02-04 02:48:17 +00:00
Add files via upload
This commit is contained in:
parent
be01054d98
commit
38c128466f
15
MapIndex.html
Normal file
15
MapIndex.html
Normal file
@ -0,0 +1,15 @@
|
||||
<!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>
|
||||
Loading…
x
Reference in New Issue
Block a user