Projects STRLCPY link-lock Commits 42f4f39f
🤬
  • ■ ■ ■ ■ ■ ■
    index.html
    skipped 68 lines
    69 69   let hint, password;
    70 70   if ("h" in params) {
    71 71   hint = params["h"];
    72  - password = prompt(`Please enter the password\n\nHint: ${hint}`);
     72 + password = prompt(`Please enter the password to unlock the link.\n\nHint: ${hint}`);
    73 73   } else {
    74  - password = prompt("Please enter the password");
     74 + password = prompt("Please enter the password to unlock the link.");
    75 75   }
    76 76   
    77 77   // Decrypt and redirect if possible
    skipped 51 lines
Please wait...
Page is in error, reload to recover