Skip to content
This repository was archived by the owner on May 7, 2025. It is now read-only.

Commit e5d86ce

Browse files
authored
Update index.html
1 parent 57275b4 commit e5d86ce

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

index.html

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -176,6 +176,7 @@
176176
<div class="modal-buttons">
177177
<button class="btn" onclick="closeModal()">Stay Here</button>
178178
<button class="btn" onclick="proceedToSite()">Continue to EU Network</button>
179+
<button class="btn" onclick="connectViaYgg()">Connect Securely via Ygg</button>
179180
</div>
180181
</div>
181182
</div>
@@ -193,6 +194,10 @@
193194
window.location.href = 'https://ygg.thingylabs.io/';
194195
}
195196

197+
function connectViaYgg() {
198+
window.location.href = 'https://ygg-only.thingylabs.io/';
199+
}
200+
196201
// Close modal when clicking outside of it
197202
window.onclick = function(event) {
198203
const modal = document.getElementById('warningModal');

0 commit comments

Comments
 (0)