mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
11 lines
273 B
HTML
11 lines
273 B
HTML
<!DOCTYPE html>
|
|
<html>
|
|
<head>
|
|
<script src=//cdnjs.cloudflare.com/ajax/libs/dropbox.js/0.10.2/dropbox.min.js></script>
|
|
</head>
|
|
<body>
|
|
<script>
|
|
Dropbox.AuthDriver.Popup.oauthReceiver()
|
|
</script>
|
|
</body>
|
|
</html>
|