-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
-removed christmas lights (i know, some of the links were bugged, i know how to fix them now but christmas is over. -removed password exploit/redone password system. -added favicon + title that's it. trying to add chatrooms! again, i know github is static but hopefully i can figure something out.
- Loading branch information
1 parent
cca4808
commit 64434e2
Showing
6 changed files
with
191 additions
and
108 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +0,0 @@ | ||
theme: jekyll-theme-hacker | ||
Large diffs are not rendered by default.
Oops, something went wrong.
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,32 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<script> | ||
var password = "69passwords"; | ||
(function promptPass() { | ||
var psw = prompt("Enter your Password"); | ||
while (psw !== password) { | ||
alert("Incorrect Password"); | ||
return promptPass(); | ||
} | ||
}()); | ||
alert('Correct Password\nWelcome!'); | ||
</script> | ||
|
||
<h1 style="color:red;">monkey3three</h1> | ||
<hr><img src="https://komarev.com/ghpvc/?username=GITHUB-USERNAME&label=Site%20views&color=ce9927&style=flat" alt="GITHUB-USERNAME"> | ||
<style> | ||
.button { | ||
background-color: #808080; | ||
border: none; | ||
color: red; | ||
padding: 15px 32px; | ||
text-align: center; | ||
text-decoration: none; | ||
display: inline-block; | ||
font-size: 16px; | ||
margin: 4px 2px; | ||
cursor: pointer; | ||
} | ||
</style> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/about.html" class="button">About</a> <a href="https://monkey3three.github.io/unblocked88.github.io/games.html" class="button">Games</a> <a href="https://github.com/monkey3three/unblocked88.github.io" class="button">Source Code</a> <a href="https://monkey3three.github.io/unblocked88.github.io/downloads.html" class="button">Downloads</a> <a href="https://monkey3three.github.io/unblocked88.github.io/search.html" class="button">Search</a> <a href="https://monkey3three.github.io/unblocked88.github.io/changelog.html" class="button">Changelog</a> | ||
<body style="background-color:black;"> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,32 +1,42 @@ | ||
<!DOCTYPE html> | ||
<!DOCTYPE HTML> | ||
<html> | ||
<script> | ||
var password = "69passwords"; | ||
(function promptPass() { | ||
var psw = prompt("Enter your Password"); | ||
while (psw !== password) { | ||
alert("Incorrect Password"); | ||
return promptPass(); | ||
} | ||
}()); | ||
alert('Correct Password\nWelcome!'); | ||
</script> | ||
<title>monkey3three</title> | ||
<link rel="icon" type="image/x-icon" href="favicon.ico"> | ||
|
||
<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) { | ||
window.open("https://monkey3three.github.io/unblocked88.github.io/index2.html"); | ||
|
||
} else { | ||
alert("Incorrect Passcode"); | ||
location.reload(); | ||
|
||
|
||
} | ||
} | ||
} | ||
</script> | ||
</center> | ||
</body> | ||
|
||
</html> | ||
|
||
<h1 style="color:red;">monkey3three</h1> | ||
<hr><img src="https://komarev.com/ghpvc/?username=GITHUB-USERNAME&label=Site%20views&color=ce9927&style=flat" alt="GITHUB-USERNAME"> | ||
<style> | ||
.button { | ||
background-color: #808080; | ||
border: none; | ||
color: red; | ||
padding: 15px 32px; | ||
text-align: center; | ||
text-decoration: none; | ||
display: inline-block; | ||
font-size: 16px; | ||
margin: 4px 2px; | ||
cursor: pointer; | ||
} | ||
body { | ||
background-color: white; | ||
} | ||
|
||
</style> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/about.html" class="button">About</a> <a href="https://monkey3three.github.io/unblocked88.github.io/games.html" class="button">Games</a> <a href="https://github.com/monkey3three/unblocked88.github.io" class="button">Source Code</a> <a href="https://monkey3three.github.io/unblocked88.github.io/downloads.html" class="button">Downloads</a> <a href="https://monkey3three.github.io/unblocked88.github.io/search.html" class="button">Search</a> <a href="https://monkey3three.github.io/unblocked88.github.io/changelog.html" class="button">Changelog</a> | ||
<body style="background-color:black;"> | ||
|
||
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,41 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
|
||
<h1 style="color:red;">monkey3three</h1> | ||
<hr> | ||
<img src="https://komarev.com/ghpvc/?username=GITHUB-USERNAME&label=Site%20views&color=ce9927&style=flat" alt="GITHUB-USERNAME"> | ||
<style> | ||
.button { | ||
background-color: #808080; | ||
border: none; | ||
color: red; | ||
padding: 15px 32px; | ||
text-align: center; | ||
text-decoration: none; | ||
display: inline-block; | ||
font-size: 16px; | ||
margin: 4px 2px; | ||
cursor: pointer; | ||
} | ||
</style> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/about.html" class="button">About</a> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/games.html" class="button">Games</a> | ||
<a href="https://github.com/monkey3three/unblocked88.github.io" class="button">Source Code</a> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/downloads.html" class="button">Downloads</a> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/search.html" class="button">Search</a> | ||
<a href="https://monkey3three.github.io/unblocked88.github.io/changelog.html" class="button">Changelog</a> | ||
<body style="background-color:black;"> | ||
|
||
<style> | ||
hr { | ||
height: 1px; | ||
background-color: #800000; | ||
border: none; | ||
} | ||
</style> | ||
|
||
<style> | ||
h1 { | ||
text-align: center; | ||
} | ||
</style> |