| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <script src="google_identity_demo.dart.js" defer async ></script> | |
| </head> | |
| <body> | |
| <p> | |
| <button id="login">login</button></p> | |
| <button id="loginCode">login with code</button></p> | |
| <button id="revoke" disabled>revoke</button></p> | |
| <textarea cols="80" rows="30"> </textarea> | |
| </body> | |
| </html> |