Изменение Имён
This commit is contained in:
@@ -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 */
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user