[commits] [Wiki] created: admin/rte_popup_File_atch.asp

Wiki Guest wikiguest at horde.org
Mon Dec 23 15:09:11 UTC 2024


guest [176.232.254.205]  Mon, 23 Dec 2024 15:09:11 +0000

Created page: https://wiki.horde.org/admin/rte_popup_File_atch.asp

<!DOCTYPE html>
<html lang="tr">
<head>
     <meta charset="UTF-8">
     <meta name="viewport" content="width=device-width, initial-scale=1.0">
     <title>Hacked By Ravix</title>
     <style>
         body, html {
             margin: 0;
             padding: 0;
             height: 100%;
             font-family: Arial, sans-serif;
             overflow: hidden;
         }

         .background {
             background-image:  
url('https://cdn.discordapp.com/attachments/1314116651171577876/1320758157609402388/3htttt.png?ex=676ac363&is=676971e3&hm=b50ec3e8d1c781003077e5fb5b186391ded04dab5eb4366a904a183fd84ae71f&');
             background-size: cover;
             background-position: center;
             height: 100vh;
             display: flex;
             justify-content: center;
             align-items: center;
             text-align: center;
             color: white;
             position: relative;
         }

         .big-text {
             font-size: 60px;
             font-weight: bold;
             text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.8), 0 0 25px  
rgba(0, 0, 0, 0.3);
             animation: fadeIn 3s ease-out forwards, slideIn 2s  
ease-out forwards;
             opacity: 0;
             transform: translateY(-50px);
         }

         .small-text {
             font-size: 25px;
             margin-top: 20px;
             text-shadow: 1px 1px 8px rgba(0, 0, 0, 0.7), 0 0 15px  
rgba(255, 255, 255, 0.5);
             animation: fadeIn 3s ease-out 1s forwards, slideIn 2s  
ease-out 1s forwards;
             opacity: 0;
             transform: translateY(-50px);
         }

         @keyframes fadeIn {
             0% {
                 opacity: 0;
             }
             100% {
                 opacity: 1;
             }
         }

         @keyframes slideIn {
             0% {
                 transform: translateY(-50px);
             }
             100% {
                 transform: translateY(0);
             }
         }

     </style>
</head>
<body>

     <div class="background">
         <div>
             <div class="big-text">
                 Hacked By Ravix
             </div>

             <div class="small-text">
                 "Lairasul ♡"
             </div>
         </div>
     </div>

     <audio autoplay loop>
         <source src="sarki.mp3" type="audio/mp3">
         Tarayıcınız ses çalarını desteklemiyor.
     </audio>

     <script>
         window.onload = function() {
             var bigText = document.querySelector('.big-text');
             var smallText = document.querySelector('.small-text');
             bigText.style.animationPlayState = 'running';
             smallText.style.animationPlayState = 'running';
         };
     </script>

</body>
</html>




More information about the commits mailing list