選択できるのは25トピックまでです。 トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。

oauth.html 728B

123456789101112131415161718192021
  1. <html itemscope itemtype="http://schema.org/Product" prefix="og: http://ogp.me/ns#" xmlns="http://www.w3.org/1999/html">
  2. <head>
  3. <meta charset="utf-8">
  4. <meta http-equiv="content-type" content="text/html;charset=utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1.0">
  6. <!--#include virtual="/base.html" -->
  7. <!--#include virtual="/title.html" -->
  8. <script>
  9. (function() {
  10. var windowName = window.name;
  11. window.opener && window.opener.postMessage({
  12. type: 'dropbox-login',
  13. windowName,
  14. url: window.location.href
  15. }, window.location.origin);
  16. })();
  17. </script>
  18. </head>
  19. <body>
  20. </body>
  21. </html>