add load page

This commit is contained in:
2021-12-12 01:09:28 +03:00
parent 64f95bd183
commit fdd9e60361
2 changed files with 5 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
// Перейти на нужную страницу можно с помощью JavaScript
// document.location.href = "https://www.site";
document.location.href = url.value;