This commit is contained in:
mileswa1q22
2024-01-03 18:55:20 +00:00
committed by GitHub
parent 2768e4ddf6
commit 52fcc142e8
2 changed files with 14 additions and 0 deletions
Submodule
+1
Submodule 2rammerhead added at 40253008eb
+13
View File
@@ -1,4 +1,17 @@
<html>
<body>
<script>
var password = "fun miles";
(function passcodeprotect() {
var passcode = prompt("Enter PassCode");
while (passcode !== password) {
alert("Incorrect PassCode");
return passcodeprotect();
}
}());
alert('Welcome To The bata!');
</script>
<a href="/index.html">home</a>
<link rel="shortcut icon" type="x-icon" href="/open-uri20210108-68-lujeec">
<title>home</title>