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

Commit

Permalink
Merge pull request #1 from FunnyDoggs/FunnyDoggs-patch-1
Browse files Browse the repository at this point in the history
Funny doggs patch 1
  • Loading branch information
FunnyDoggs authored Sep 11, 2024
2 parents 2c6ae48 + e42fd2e commit c5fec96
Show file tree
Hide file tree
Showing 3 changed files with 35,944 additions and 0 deletions.
35,931 changes: 35,931 additions & 0 deletions eaglercraft.html

Large diffs are not rendered by default.

12 changes: 12 additions & 0 deletions index.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
<input id="input" type=text placeholder="Input Password">
<title>Input password to continue</title>
<button onclick="submit()">Submit</button>
<script>
function submit(){
var pass=fetch("")
var input=document.getElementById("input").value
if (input == pass){
window.location.href += "eaglercraft.html"
} else {alert("Wrong Password")}
}
</script>
1 change: 1 addition & 0 deletions password.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
gam!ng0n1y@ftErD@rk

0 comments on commit c5fec96

Please sign in to comment.