Stackedit/public/html/dropbox-oauth-receiver.html

11 lines
211 B
HTML
Raw Normal View History

2013-04-07 15:22:13 +00:00
<!DOCTYPE html>
<html lang="en">
2013-04-11 22:38:41 +00:00
<head>
2013-10-08 00:34:15 +00:00
<script src="../lib/dropbox.min.js"></script>
2013-04-11 22:38:41 +00:00
<script type="text/javascript">
2013-10-08 00:34:15 +00:00
Dropbox.AuthDriver.Popup.oauthReceiver();
2013-04-11 22:38:41 +00:00
</script>
</head>
<body>
</body>
2013-04-07 15:22:13 +00:00
</html>