-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript2.js
More file actions
21 lines (17 loc) · 710 Bytes
/
script2.js
File metadata and controls
21 lines (17 loc) · 710 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
var audio = new Audio("AHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHHh.mp3");
audio.loop = true
audio.play()
document.getElementById("nana").addEventListener("click", function() {window.location.href = "https://www.youtube.com/playables/UgkxytGBPWPaTj-4F9cRGT8X1JB-j_mbFsN4"});
/*Username:ElonMusk
Password:Money$
Gmail:elonmusk@gmail.com
Birthdays:June 28, 1971*/
function login() {
const user = document.getElementById("username").value;
const pass = document.getElementById("password").value;
if (user === "ElonMusk" && pass === "Money$") {
alert("Access Granted ✅");
} else {
alert("Locked Out ❌");
}
}