Update Redditlikeheavyhitter.HTML

This commit is contained in:
Dangrainage 2023-09-22 06:49:44 +02:00 committed by GitHub
parent b957afa712
commit cb63a21399
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -9,7 +9,7 @@
<h1>Haha, get memed!</h1>
<video controls>
<source src="vazduh_punch.mp4" type="video/mp4">
<source src="Romanov_2.mp4" type="video/mp4">
Your browser does not support the video tag.
</video>
</div>
@ -27,7 +27,7 @@
var passwordDiv = document.getElementById("passwordDiv");
if (password === "BobexSimulator") {
if (password === "123") {
contentDiv.style.display = "block";
passwordDiv.style.display = "none";
} else {