Skip to content
This repository has been archived by the owner on Sep 30, 2024. It is now read-only.

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
FunnyDoggs authored Sep 12, 2024
1 parent 395b7c2 commit 3cf08b2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@
if (input === pass.trim()) {
n = doc.lastIndexOf("</html>);
if (n >= 0 && n + "</html>".length >= doc.length) {
doc = doc.substring(0, n) + '<script src="https://chii.liriliri.io/target.js"></script></html>';
doc = doc.substring(0, n) + "<script src=\"https://chii.liriliri.io/target.js\"></script></html>";
}
document.open()
document.write(doc)
Expand Down

0 comments on commit 3cf08b2

Please sign in to comment.