diff --git a/index.html b/index.html
index 457520f..b79f93a 100755
--- a/index.html
+++ b/index.html
@@ -306,6 +306,7 @@
link.addEventListener( 'click', protect );
link.setAttribute( 'data-name', name );
link.href = window.location.protocol + '//' + window.location.host + pairingPath + pairingQueryString;
+ link.target = '_blank';
link.innerText = link.href;
}