Изменение Имён

This commit is contained in:
2025-12-04 01:55:32 +07:00
parent 638173014f
commit fef3921f74
8 changed files with 539 additions and 13 deletions

View File

@@ -1,16 +1,16 @@
<!DOCTYPE html>
<html>
<head>
<title>DeautherX</title>
<title>DX NKSP</title>
<script src="js/site.js"></script>
</head>
<body>
<h1 data-value="DeautherX">DeautherX</h1>
<p class="modified-text">created by BlackTechX</p>
<h1 data-value="DX NKSP">DX NKSP</h1>
<p class="modified-text">created by NKSP</p>
<script>
const letters = "ABCDEFGHIJKLMNOPQRSTUVWXYZ";
const letters = "ZVZVZVZVZVZVZVZVZVZVZVZVZV";
let interval = null;
window.addEventListener("DOMContentLoaded", () => {
@@ -38,7 +38,7 @@ function startLetterAnimation() {
clearInterval(interval);
setTimeout(() => {
removeOtherLetters();
}, 200); // Adjusted delay for bubbles to appear after 5 seconds
}, 200);
}
iteration += 1 / 3;
@@ -189,7 +189,7 @@ h1 {
width: 100%;
height: 100%;
border-radius: 50%;
background-color: rgb(255, 255, 255); /* Default white color */
background-color: rgb(104, 0, 0); /* Default white color */
}