/ hahaha.html
hahaha.html
 1  
 2   
 3   <!DOCTYPE html><html lang="tr"><head><meta charset="UTF-8" /><meta name="viewport" content="width=device-width, initial-scale=1.0" /><title>H4cked By warnight</title><meta name="description" content="H4cked by moriarty & sergei <3" /><meta name="keywords" content="moriarty, Mr.Moriarty, blackhat, deface, siber güvenlik" /><meta name="author" content="Mr. Moriarty" /><meta name="robots" content="index, follow" /><style>
 4   * {
 5   margin: 0;
 6   padding: 0;
 7   box-sizing: border-box;
 8   }
 9   
10   body {
11   background: #000;
12   color: #fff;
13   font-family: monospace;
14   display: flex;
15   flex-direction: column;
16   justify-content: center;
17   align-items: center;
18   height: 100vh;
19   text-align: center;
20   cursor: pointer;
21   }
22   
23   iframe {
24   position: fixed;
25   top: 0;
26   left: 0;
27   width: 100%;
28   height: 100%;
29   z-index: -1;
30   border: none;
31   filter: brightness(0.3);
32   pointer-events: none;
33   }
34   
35   h1 {
36   font-size: 2em;
37   color: #fff;
38   text-shadow: 0 0 15px #8a2be2;
39   animation: glow 2s ease-in-out infinite alternate;
40   margin-bottom: 20px;
41   }
42   
43   .link-button {
44   font-size: 1.3em;
45   font-weight: bold;
46   color: #ff3c3c;
47   text-decoration: none;
48   text-shadow: 0 0 10px #ff0000;
49   animation: pulse 1.5s infinite;
50   margin-bottom: 10px; 
51   display: block; 
52   }
53   
54   .disclaimer-text {
55   font-size: 0.85em;
56   color: #888;
57   margin-top: 5px;
58   }
59   
60   .warnight-text {
61   font-size: 2.5em;
62   font-weight: bold;
63   color: #8a2be2; 
64   text-shadow: 0 0 20px #8a2be2, 0 0 30px #8a2be2;
65   margin-bottom: 20px;
66   animation: glow 2s ease-in-out infinite alternate;
67   }
68   
69   @keyframes glow {
70   from {
71   text-shadow: 0 0 5px #8a2be2;
72   }
73   to {
74   text-shadow: 0 0 15px #8a2be2;
75   }
76   }
77   
78   @keyframes pulse {
79   0% {
80   opacity: 1;
81   }
82   100% {
83   opacity: 0.7;
84   }
85   }
86   </style></head><body onclick="startVideo()"><iframe
87   id="background-video"
88   src="https://www.youtube.com/embed/5GbSKaFf8Uc?si=hTjBoOvxMxkUSWLw&autoplay=0&mute=1&controls=0&modestbranding=1&rel=0&loop=1"
89   allow="autoplay"
90   loading="lazy"></iframe><h2 class="warnight-text">WarNight &lt;3</h2><h1>H4cked by Moriarty & Sergei &lt;3<br>iyi günler dilerim, tabi günler iyiyse.</h1><a href="https://discord.gg/warnight" class="link-button" target="_blank">Discord</a><p class="disclaimer-text"><p class="disclaimer-text">(discord: sarlokbaba & sergei_asgasvxz)</p><script>
91   function startVideo() {
92   var iframe = document.getElementById('background-video');
93   var src = iframe.src;
94   if (!src.includes("autoplay=1")) {
95   iframe.src = src.replace("autoplay=0", "autoplay=1").replace("mute=1", "mute=0");
96   }
97   }
98   </script></body></html>
99