Stackedit/dropbox-oauth-receiver.html

11 lines
226 B
HTML
Raw Normal View History

2013-04-07 15:22:13 +00:00
<!DOCTYPE html>
<html lang="en">
<head>
2013-04-09 07:58:06 +00:00
<script src="lib/dropbox.js"></script>
2013-04-07 15:22:13 +00:00
<script type="text/javascript">
Dropbox.Drivers.Popup.oauthReceiver();
</script>
</head>
<body>
</body>
</html>