Last active
March 27, 2018 11:43
-
-
Save DragonOsman/5ce9d919e850e4e979c6097d7c9db8fa to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="en-us"> | |
<head> | |
<meta charset="utf-8" /> | |
<meta name="viewport" content="width=device-width, initial-scale=1.0, user-scalable=no" /> | |
<meta name="authur" content="Osman Zakir" /> | |
<link href="resources/styles/styles.css" rel="stylesheet" /> | |
<title>DragonOsman Currency Converter</title> | |
</head> | |
<body> | |
<div id="map"></div> | |
<script src="resources/scripts/scripts.js"></script> | |
<script async defer src="https://maps.googleapis.com/maps/api/js?key={1}&callback=initMap"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment