UNPKG

vso-extension-samples

Version:
17 lines (15 loc) 355 B
<!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>Contributions Guide</title> </head> <body> <div>Users will never see this page.</div> <script src="sdk/scripts/VSS.SDK.js"></script> <script src="scripts/main.js"></script> <script> VSS.init({ usePlatformScripts: true }); </script> </body> </html>