-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathscript.js
More file actions
34 lines (29 loc) · 1.2 KB
/
script.js
File metadata and controls
34 lines (29 loc) · 1.2 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
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
Website:Look in the omni bar
Phone Number: 1(803)566-6875
Birthdays:June 28, 1971, 11:58 PM
he does not own a masion or a yacht But he owns a Tesla.*/
const ELONUSERNAME = 'ElonMusk';
const ELONPASSWORD = 'Money$';
const form = document.getElementById('loginForm');
const msg = document.getElementById('message);
const secret= document.getElementById('secret');
form.addEventListener('submit', function (e) {
e.preventDefault();
const user = document.getElementById('username').value;
const pass = document.getElementById('password').value;
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 ❌");
}
}