mirror of
https://github.com/lxsang/ant-http
synced 2025-01-02 11:48:20 +01:00
14 lines
316 B
HTML
14 lines
316 B
HTML
<!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>
|