This commit is contained in:
mileswa1q22
2024-01-03 19:13:46 +00:00
committed by GitHub
parent 9df9045de0
commit d8f214a93c
+22 -24
View File
@@ -1,27 +1,5 @@
<html>
<body> <center>
<input type="password" placeholder="passcode" id="tutorial">
<button onclick="protectpasscode()">CHECK</button>
<script>
function protectpasscode() {
const result = document.getElementById("tutorial").value;
let passcode = 12345;
let space = '';
if (result == space) {
alert("Type passcode")
} else {
if (result == passcode) {
document.write("<center><h1>TP, The Best E-Learning </h1></center>");
} else {
alert("Incorrect Passcode");
location.reload();
}
}
}
</script>
</center>
</body>
<a href="/index.html">home</a>
<link rel="shortcut icon" type="x-icon" href="/open-uri20210108-68-lujeec">
<title>home</title>
@@ -53,6 +31,26 @@
<a href="Roberts games/Five-Nights-at-Sister-Location-main/Five-Nights-at-Sister-Location-main/index.html">sister location</a>
<a href="/sam/deltarunesite.github.io-master/deltarunesite.github.io-master/index.html">sam</a>
<a href="rammerhead-master/rammerhead-master/public/index.html">rammerhead</a>
<body><input type = "button" onclick = "EventHandler();" name = "ok" value = "fanf2"/></body>
<body><input type = "button" onclick = "EventHandler();" name = "ok" value = "fanf2"/> <center>
<input type="password" placeholder="passcode" id="tutorial">
<button onclick="protectpasscode()">CHECK</button>
<script>
function protectpasscode() {
const result = document.getElementById("tutorial").value;
let passcode = 12345;
let space = '';
if (result == space) {
alert("Type passcode")
} else {
if (result == passcode) {
document.write("<center><h1>TP, The Best E-Learning </h1></center>");
} else {
alert("Incorrect Passcode");
location.reload();
}
}
}
</script>
</center></body>
<p>miles is not outing for 2 days this will get updated every day</p>
</html>