Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@PerryRose
Created July 22, 2021 06:33
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save PerryRose/5ca1882a4099f60dab9f548a4a5284c5 to your computer and use it in GitHub Desktop.
Save PerryRose/5ca1882a4099f60dab9f548a4a5284c5 to your computer and use it in GitHub Desktop.
SIT314 A2 - index.html
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>Document</title>
<script src="script.js"></script>
<style>
#map {
height: 90%;
}
#msg {
margin:0;
}
html, body {
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<div id="map"></div>
<h2 id="msg"></h2>
</body>
<script async
src="https://maps.googleapis.com/maps/api/js?key=AIzaSyArLUU_Rfo5GzRYYKgg57e-AFxTuHIQiso&callback=initMap">
</script>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment