UNPKG

quip-cli

Version:

A Command Line Interface for the Quip Live Apps platform

13 lines 252 B
<!DOCTYPE html> <html> <body> <p>Login saved. You may close this window.</p> <script language="javascript" type="text/javascript"> function closeWindow() { window.open('','_parent',''); window.close(); } closeWindow(); </script> </body> </html>