mirror of
https://github.com/lxsang/ant-http
synced 2024-11-08 21:28:22 +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>
|