Skip to content

Instantly share code, notes, and snippets.

@DragonOsman
Last active September 21, 2018 10:37
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 DragonOsman/506bd2bae1dfe4c03a4bbe2a6d830324 to your computer and use it in GitHub Desktop.
Save DragonOsman/506bd2bae1dfe4c03a4bbe2a6d830324 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en-us">
<head>
<meta name="author" content="Osman Zakir" />
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<meta charset="utf-8" />
<link href="styles/styles.css" rel="stylesheet" />
<script src="scripts/scripts.js" async defer></script>
<script async defer src="https://maps.googleapis.com/maps/api/js?v=3&key={{ apikey | urlencode }}&libraries=places&callback=init_map"></script>
<title>DragonOsman Currency Converter</title>
</head>
<body>
<input id="search-input" class="controls" type="text" placeholder="Place, Country or Region Search" />
<div id="map"></div>
</body>
</html>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment