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

11 lines
205 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-04-13 18:11:54 +00:00
<script src="lib/dropbox.min.js"></script>
2013-04-11 22:38:41 +00:00
<script type="text/javascript">
Dropbox.Drivers.Popup.oauthReceiver();
</script>
</head>
<body>
</body>
2013-04-07 15:22:13 +00:00
</html>