ant-http/build/htdocs/dist/vendor/dropboxOauthReceiver.html
2016-10-29 14:34:29 +02:00

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>