idk
This commit is contained in:
Submodule
+1
Submodule 2rammerhead added at 40253008eb
@@ -1,4 +1,17 @@
|
|||||||
<html>
|
<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>
|
<a href="/index.html">home</a>
|
||||||
<link rel="shortcut icon" type="x-icon" href="/open-uri20210108-68-lujeec">
|
<link rel="shortcut icon" type="x-icon" href="/open-uri20210108-68-lujeec">
|
||||||
<title>home</title>
|
<title>home</title>
|
||||||
|
|||||||
Reference in New Issue
Block a user