File Editor
Directories:
.. (Back)
.well-known
cgi-bin
Files:
diamonds.php
index.php
Create New File
Create
Edit File: index.php
<!DOCTYPE html> <html> <head> <title>Teks Berdisko By M789</title> <style> .berdisko { font-size: 2em; font-weight: bold; animation: disco 1s infinite alternate; /* Nama animasi, durasi, pengulangan, arah */ } @keyframes disco { 0% { color: red; } 25% { color: blue; } 50% { color: green; } 75% { color: yellow; } 100% { color: purple; } } </style> </head> <body> <p class="berdisko">Hacked By M789</p> </body> </html>
Save Changes
Rename File
Rename