Really Hard Test

This commit is contained in:
Robert
2025-02-25 22:24:56 -06:00
committed by GitHub
parent 5d1cc853c0
commit d95854bfbb
2 changed files with 23 additions and 18 deletions
-18
View File
@@ -1,21 +1,3 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fun Miles Credits</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="Pass.css" />
</head>
<body>
<label class="password_label" for="text_input">Password</label>
<input id="text_input" name="text_input" class="password visible" type="text" spellcheck="false">
<input class="password hidden" type="password" disabled>
<img class="left" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/hinge.svg" draggable="false">
<img class="handle" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/handle.svg" draggable="false">
<img class="right" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/hinge.svg" draggable="false">
<script src="pass.js"></script>
</body>
</html>
<html> <html>
<html> <html>
<html lang="en"> <html lang="en">
+23
View File
@@ -0,0 +1,23 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>Fun Miles Credits</title>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width" />
<link rel="stylesheet" href="Pass.css" />
</head>
<body>
<label class="password_label" for="text_input">Password</label>
<input id="text_input" name="text_input" class="password visible" type="text" spellcheck="false">
<input class="password hidden" type="password" disabled>
<script lang="javascript">
var password=Credits;
if (password=Credits)
window.location="https://fun-miles-4jub.onrender.com/404;
</script>
<img class="left" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/hinge.svg" draggable="false">
<img class="handle" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/handle.svg" draggable="false">
<img class="right" src="https://raw.githubusercontent.com/Nik439/Images/master/cpc-hide-reveal/hinge.svg" draggable="false">
<script src="pass.js"></script>
</body>
</html>