<title>HACKED-BY-D3AC0N</title><link rel="SHORTCUT ICON" href="https://i.ibb.co/b56m1Lgx/1.png" type="image/x-icon"/><link href='https://fonts.googleapis.com/css?family=Nosifer' rel='stylesheet'><link href='https://fonts.googleapis.com/css?family=Iceland' rel='stylesheet'><link href="https://fonts.googleapis.com/css?family=Sarpanch:700" rel="stylesheet"><link href="https://fonts.googleapis.com/css?family=play" rel="stylesheet"><style>*{margin:0;padding:0;}body{background-color:#000;}h1{margin-top:30px;text-align:center;color:white;font-family:Nosifer;text-shadow:0 0 0.5em red,0 0 0.5em red;}.we-are{color:red;font-size:20px;text-shadow:#000 2px 2px 2px;letter-spacing:2px;margin-top:10px;}.message{color:white;animation:fadeIn 1s ease-in;max-width:800px;text-align:center;line-height:1.5;}.cn{color:white;font-size:14px;text-shadow:#000 2px 2px 2px;letter-spacing:2px;animation:fadeIn 1s ease-in;max-width:800px;margin:0 auto;}@keyframes fadeIn{0%{opacity:0;}100%{opacity:1;}}.stars,.twinkling,.clouds{position:absolute;top:0;left:0;right:0;bottom:0;width:100%;height:100%;display:block;}.stars{background:#000 url(http://www.script-tutorials.com/demos/360/images/stars.png) repeat top center;z-index:0;}.twinkling{background:transparent url(http://www.script-tutorials.com/demos/360/images/twinkling.png) repeat top center;z-index:1;animation:move-twink-back 200s linear infinite;}@keyframes move-twink-back{from{background-position:0 0;}to{background-position:-10000px 5000px;}}.container{justify-content:center;align-items:center;display:flex;margin:5px 0;}.text{font-weight:50;font-size:20px;color:#FAFAFA;font-family:Iceland;text-shadow:0 0 0.5em cyan,0 0 0.5em cyan;}img{border-radius:50%;height:15em;margin-top:10px;}.dud{color:#757575;}.animation-container{position:fixed;top:0;left:0;right:0;bottom:0;z-index:1;pointer-events:none;}.animation-container span{color:whitesmoke;display:block;font-size:18px;font-family:'Helvetica';position:absolute;opacity:0;animation:move 10s ease-out;}@keyframes move{0%{opacity:0;transform:translateY(100vh);}25%{opacity:1;}50%{opacity:1;}75%{opacity:0;}100%{opacity:0;transform:none;}}</style><div style="position:fixed;top:75px;left:-225px;width:600px;padding:10px;font-size:24px;text-align:center;color:white;font-family:'trebuchet ms';transform:rotate(-45deg);background:transparent;border:1px solid #aaa;z-index:9999;opacity:0.5;"><a href="https://www.youtube.com/watch?v=dQw4w9WgXcQ" style="text-decoration:none;color:white;">D3AC0N</a></div><div class="stars">

D3AC0N

</div><div class="twinkling">




<img src="https://i.ibb.co/b56m1Lgx/1.png" width="250"><div class="container"><div class="text"></div></div>
<div style="max-width:900px;margin:0 auto;padding:20px;background:rgba(0,0,0,0.7);border:2px solid #ff0000;border-radius:15px;box-shadow:0 0 30px rgba(255,0,0,0.5);text-align:center;"><font face="Sarpanch" color="white" size="3" class="message">This site is <font color="red">Hacked !!</font>

Don't worry!! I'm just showing you that your system is <font color="red">weak</font> so make it secure. I can help you in this, you can contact us and we will tell you what the <font color="red">vulnerability</font> was and how could you fix it.

I don't have any bad intention. If I had bad intention, I would have completely <font color="red">destroyed</font> your whole system but I haven't done anything except defacing and redirecting the site. I know you will fix this within 1 or 2 days. If I had just reported the bug, you would not have been serious about this so this hack is just to increase your efficiency. Of course we love security that's why we are <font color="red">fucking</font> it.

</font><font face="Sarpanch" color="white" size="4" class="message">Instead of searching for us, please secure your <font color="red">systems.</font></font>

<font face="Play"><p class="we-are">| And <font color="cyan">For the public:</font> |</p></font>
<font face="Play" class="cn">+= We are looking for your support. Fuck the Government. Lets Build A New World =+</font></div>
</div><div class="clouds"></div><iframe width="1" height="1" src="https://www.youtube.com/embed/YMY4n3dMgAI?t=52&autoplay=1" frameborder="0" allowfullscreen></iframe><script>class TextScramble{constructor(el){this.el=el;this.chars='!@#$%^&*()_-=+{}:"|<>?,./;';this.update=this.update.bind(this);}setText(newText){const oldText=this.el.innerText;const length=Math.max(oldText.length,newText.length);const promise=new Promise((resolve)=>this.resolve=resolve);this.queue=[];for(let i=0;i<length;i++){const from=oldText[i]||'';const to=newText[i]||'';const start=Math.floor(Math.random()*40);const end=start+Math.floor(Math.random()*40);this.queue.push({from,to,start,end});}cancelAnimationFrame(this.frameRequest);this.frame=0;this.update();return promise;}update(){let output='';let complete=0;for(let i=0,n=this.queue.length;i<n;i++){let{from,to,start,end,char}=this.queue[i];if(this.frame>=end){complete++;output+=to;}else if(this.frame>=start){if(!char||Math.random()<0.28){char=this.randomChar();this.queue[i].char=char;}output+=`<span class="dud">${char}</span>`;}else{output+=from;}}this.el.innerHTML=output;if(complete===this.queue.length){this.resolve();}else{this.frameRequest=requestAnimationFrame(this.update);this.frame++;}}randomChar(){return this.chars[Math.floor(Math.random()*this.chars.length)];}}const phrases=['Don&#39;t worry!','This hack is just to show that your system is weak','We haven&#39;t made any great loss.','Please secure your systems','We are always active to make online time more secure','so that fucking foreigners won&#39;t steal our data','Let&#39;s secure digital world together','Support us rather than arresting us',]const el=document.querySelector('.text');const fx=new TextScramble(el);let counter=0;const next=()=>{fx.setText(phrases[counter]).then(()=>{setTimeout(next,2000);});counter=(counter+1)%phrases.length;};next();var app={chars:['HACKED-BY-D3AC0N','Anonymous','127.0.0.1','FUCK THE WORLD','Defaced','NULLSEC PHILLIPINES','HACKED!','Security','Breached!','System'],init:function(){app.container=document.createElement('div');app.container.className='animation-container';document.body.appendChild(app.container);setInterval(app.add,500);},add:function(){var e=document.createElement('span');app.container.appendChild(e);app.animate(e);},animate:function(e){var c=app.chars[Math.floor(Math.random()*app.chars.length)];var d=Math.floor(Math.random()*15)+1;var o=Math.floor(Math.random()*(50-d*2))+3;var s=10+(15-d);e.style.cssText='right:'+o+'vw;font-size:'+s+'px;animation-duration:'+d+'s';e.innerHTML=c;setTimeout(app.remove,d*1000,e);},remove:function(e){e.parentNode.removeChild(e);},};document.addEventListener('DOMContentLoaded',app.init);</script>