Stackedit/dropbox-oauth-receiver.html

11 lines
229 B
HTML
Raw Normal View History

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