Skip to content

Commit

Permalink
alpha-v0.61
Browse files Browse the repository at this point in the history
-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
monkey3three committed Jan 18, 2024
1 parent cca4808 commit 64434e2
Show file tree
Hide file tree
Showing 6 changed files with 191 additions and 108 deletions.
1 change: 0 additions & 1 deletion _config.yml
Original file line number Diff line number Diff line change
@@ -1 +0,0 @@
theme: jekyll-theme-hacker
79 changes: 79 additions & 0 deletions chr-lights.txt

Large diffs are not rendered by default.

80 changes: 1 addition & 79 deletions games.html

Large diffs are not rendered by default.

32 changes: 32 additions & 0 deletions index-legacy.txt
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&amp;label=Site%20views&amp;color=ce9927&amp;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;">
66 changes: 38 additions & 28 deletions index.md
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&amp;label=Site%20views&amp;color=ce9927&amp;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;">

41 changes: 41 additions & 0 deletions index2.html
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&amp;label=Site%20views&amp;color=ce9927&amp;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>

0 comments on commit 64434e2

Please sign in to comment.