mirror of
https://github.com/lxsang/ant-http
synced 2025-08-02 14:11:00 +02:00
new init
This commit is contained in:
13
build/htdocs/dist/vendor/dropboxOauthReceiver.html
vendored
Normal file
13
build/htdocs/dist/vendor/dropboxOauthReceiver.html
vendored
Normal file
@ -0,0 +1,13 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<script src="dropbox.js" type="text/javascript"></script>
|
||||
<script type="text/javascript">
|
||||
Dropbox.AuthDriver.Popup.oauthReceiver();
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<h1>Dropbox sign-in successful</h1>
|
||||
<p>Please close this window.</p>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user