Created
September 2, 2019 21:37
-
-
Save grant/eb9e8a8a1af90fceb12898bb4dc50fa5 to your computer and use it in GitHub Desktop.
gapi HTML
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"> | |
<head> | |
<title>Hello, GAPI</title> | |
</head> | |
<body> | |
Hello, GAPI! | |
<script src="https://apis.google.com/js/api.js"></script> | |
</body> | |
</html> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment