diff options
author | Determinant <ted.sybil@gmail.com> | 2019-01-23 23:07:25 -0500 |
---|---|---|
committer | Determinant <ted.sybil@gmail.com> | 2019-01-23 23:07:25 -0500 |
commit | 9eec5b0d0ca748a73abe23511688bbba9b906c22 (patch) | |
tree | 48f610df290336edae8a620d945f8cc156e34a89 /index.html | |
parent | 4ef8618ffba5a66fea2020f367f5533efeaa5b0c (diff) |
figure out how to do oauth2 and access Google Calendar data
Diffstat (limited to 'index.html')
-rw-r--r-- | index.html | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/index.html b/index.html new file mode 100644 index 0000000..a167340 --- /dev/null +++ b/index.html @@ -0,0 +1,9 @@ +<html> + <head> + <title>chromicle</title> + <script type="text/javascript" src="oauth.js"></script> + </head> + <body> + <ul id="test"></ul> + </body> +</html> |