<html>
<head>
<link rel="stylesheet" href="log.ico" type="image/x-icon">
<meta charset="UTF-8">
<link href="https://fonts.googleapis.com/css?family=Iceland" rel='stylesheet' type='text/css'>
<link href="https://fonts.googleapis.com/css?family=Raleway:400" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Averia+Sans+Libre" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Wallpoet" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Architects+Daughter" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Sirin+Stencil" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Coming+Soon" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Metamorphous" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Trebuchet+MS" rel="stylesheet" type="text/css">
<link href="https://fonts.googleapis.com/css?family=Rancho&effect=shadow-multiple" rel="stylesheet" type="text/css">
<link href='https://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
<link href='https://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
<link rel="stylesheet" href="style.css">
<title>YILDIZ SIBER TESKILAT TARAFINDAN HACKLENDINIZ.</title>
</head>
<body oncontextmenu="return false" onselectstart="return false" ondragstart="return false"></body>
<script type="text/javascript">
//form tags to omit in NS6+:
var omitformtags = ["input", "textarea", "select"]
omitformtags = omitformtags.join("|")
function disableselect(e) {
if (omitformtags.indexOf(e.target.tagName.toLowerCase()) == -1)
return false
}
function reEnable() {
return true
}
if (typeof document.onselectstart != "undefined")
document.onselectstart = new Function("return false")
else {
document.onmousedown = disableselect
document.onmouseup = reEnable
}
</script>
<body onkeydown="return false">
<body>
<style type="text/css">
@import url(https://fonts.googleapis.com/css?family=Source+Sans+Pro:400,
700,
900&display=swap);
html {
height: 100%;
width: 100%;
box-sizing: border-box;
-ms-overflow-style: scrollbar;
}
body {
height: 100%;
width: 100%;
background: black;
background-position: center top;
background-repeat: no-repeat;
-webkit-background-size: cover;
background-attachment: fixed;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
margin: 0;
padding: 0;
border: 0;
font-size: 100%;
font: inherit;
vertical-align: baseline;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
display: block;
}
body {
line-height: 1;
}
ol,
ul {
list-style: none;
}
blockquote,
q {
quotes: none;
}
blockquote:after,
blockquote:before,
q:after,
q:before {
content: '';
content: none;
}
table {
border-collapse: collapse;
border-spacing: 0;
}
.errorpagewrapper {
width: 100%;
padding-top: 5px;
margin-right: auto;
margin-left: auto;
position: relative;
font-family: 'Source Sans Pro', sans-serif;
}
.container {
width: 100%;
max-width: 1200px;
margin-right: auto;
margin-left: auto;
}
.error-wrapper .header {
position: relative;
left: 0;
top: 0;
z-index: 99;
}
.error-wrapper .header .header-left {
float: left;
margin-top: 15px;
}
.error-wrapper .header .header-right {
float: right;
margin-top: 10px;
}
.error-wrapper .header .header-left .logo {
height: 150px;
display: block;
margin-top: 3px;
cursor: pointer;
}
.error-wrapper .header .header-left a {
text-decoration: none;
}
.typography {
position: relative;
bottom: 75px;
z-index: 0;
}
.typography .bigtypography h1 {
font-size: 6rem;
font-weight: 900;
color: #fff;
text-align: center;
text-shadow: 1px 1px 3px #6c9db7;
letter-spacing: 5px;
z-index: 29;
}
.typography .bigtypography a {
color: #fff;
text-decoration: none;
}
.typography .smalltypography p {
font-size: 1.3em;
line-height: 150%;
font-weight: 400;
color: #fff;
text-align: center;
text-shadow: 3px 2px 3px rgba(255, 255, 255, 0.2);
}
.typography .smalltypography a {
color: #fff;
text-decoration: none;
}
.yuri-rotate {
position: absolute;
overflow: hidden !important;
top: 40px;
right: 25px;
width: 145px;
height: 169px;
-webkit-animation: yuri-rotate 20s linear infinite;
-moz-animation: yuri-rotate 20s linear infinite;
animation: yuri-rotate 20s linear infinite;
z-index: 30;
}
@-moz-keyframes yuri-rotate {
100% {
-moz-transform: rotate(360deg);
}
}
@-webkit-keyframes yuri-rotate {
100% {
-webkit-transform: rotate(360deg);
}
}
@keyframes yuri-rotate {
100% {
-webkit-transform: rotate(360deg);
transform: rotate(360deg);
}
}
.searchBox {
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
font-family: Source Sans Pro, sans-serif;
justify-content: center;
align-content: center;
background-position: bottom right;
background-repeat: no-repeat;
background-size: 100%;
position: relative;
bottom: 42px;
}
.searchBox form {
width: 100%;
max-width: 450px;
}
.searchBox form .inner-form {
display: -ms-flexbox;
display: flex;
width: 100%;
-ms-flex-pack: justify;
justify-content: space-between;
-ms-flex-align: center;
align-items: center;
box-shadow: 0 10px 10px 0 rgba(47, 1, 60, 0.32);
border-radius: 20px;
overflow: hidden;
}
.searchBox form .inner-form .input-field {
height: 53px;
}
.searchBox form .inner-form .input-field input {
height: 100%;
background: 0 0;
display: block;
width: 100%;
font-size: 16px;
color: #000;
padding-left: 10px;
outline: 0;
border: none;
}
.searchBox form .inner-form .input-field input.placeholder {
color: #999;
font-size: 16px;
}
.searchBox form .inner-form .input-field input:-moz-placeholder {
color: #999;
font-size: 16px;
}
.searchBox form .inner-form .input-field input::-webkit-input-placeholder {
color: #999;
font-size: 16px;
}
.searchBox form .inner-form .input-field input:focus,
.searchBox form .inner-form .input-field input:hover {
box-shadow: none;
outline: 0;
}
.searchBox form .inner-form .input-field.first-wrap {
-ms-flex-positive: 1;
flex-grow: 1;
display: -ms-flexbox;
display: flex;
-ms-flex-align: center;
align-items: center;
background-color: #fff;
}
.searchBox form .inner-form .input-field.first-wrap .svg-wrapper {
min-width: 80px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
border-right: 2px solid #200655;
}
.searchBox form .inner-form .input-field.second-wrap {
min-width: 75px;
}
.searchBox form .inner-form .input-field.second-wrap .btn-search {
height: 100%;
width: 100%;
white-space: nowrap;
font-size: 16px;
color: #fff;
border: 0;
cursor: pointer;
position: relative;
z-index: 0;
background: #17c577;
transition: all 0.4s ease-out, color 0.4s ease-out;
font-weight: 500;
}
.searchBox form .inner-form .input-field.second-wrap .btn-search:hover {
background: #009451;
}
.searchBox form .inner-form .input-field.second-wrap .btn-search:focus {
outline: 0;
box-shadow: none;
}
.searchBox form .info {
font-size: 15px;
color: #ccc;
padding-left: 26px;
}
@media screen and (max-width: 992px) {
.searchBox form .inner-form .input-field {
height: 50px;
}
}
@media screen and (max-width: 767px) {
.searchBox form .inner-form .input-field.first-wrap .svg-wrapper {
min-width: 40px;
display: -ms-flexbox;
display: flex;
-ms-flex-pack: center;
justify-content: center;
-ms-flex-align: center;
align-items: center;
padding: 0 10px;
}
.searchBox form .inner-form .input-field.second-wrap {
min-width: 85px;
}
.searchBox form .inner-form .input-field.second-wrap .btn-search {
font-size: 16px;
}
}
.parlak-hover {
width: 220px;
height: 50px;
border: none;
outline: 0;
color: #0e0542;
background: #fff;
cursor: pointer;
position: relative;
z-index: 0;
border-radius: 5px;
font-size: 14px;
line-height: 150%;
font-weight: 600;
}
.parlak-hover:before {
content: '';
background: linear-gradient(45deg, #6c9db7, #fff, #ccc7da, #28125e);
position: absolute;
top: -2px;
left: -2px;
background-size: 400%;
z-index: -1;
filter: blur(5px);
width: calc(100% + 4px);
height: calc(100% + 4px);
animation: pirilefect 10s linear infinite;
opacity: 0;
transition: opacity 0.1s ease-in-out;
border-radius: 5px;
}
.parlak-hover:active {
color: #000;
}
.parlak-hover:hover:before {
opacity: 1;
}
.parlak-hover:after {
z-index: -1;
content: '';
position: absolute;
width: 100%;
height: 100%;
background: #fff;
left: 0;
top: 0;
border-radius: 5px;
}
@keyframes pirilefect {
0% {
background-position: 0 0;
}
50% {
background-position: 400% 0;
}
100% {
background-position: 0 0;
}
}
.categories {
display: flex;
align-items: center;
justify-content: center;
align-content: center;
flex-wrap: wrap;
text-align: center;
}
.categories div {
max-width: 10%;
width: 100%;
padding: 0;
text-align: center;
}
.categories a {
text-decoration: none;
color: inherit;
margin: 10px;
}
.icon-geo {
font-size: 12px;
}
.categories-text h3 {
font-size: 22px;
color: #fff;
font-weight: 600;
text-align: left;
margin-left: 10px;
margin-top: 40px;
margin-bottom: 10px;
}
.clear {
clear: both !important;
}
::selection {
background: #1f1961;
color: #fff;
}
::-moz-selection {
background: #1f1961;
color: #fff;
}
::-webkit-selection {
background: #1f1961;
color: #fff;
}
@media (min-width: 481px) and (max-width: 767px) {
.header-right {
display: none;
}
.typography .bigtypography h1 {
font-size: 8rem;
margin-top: 90px;
}
.typography .smalltypography p {
font-size: 1.1em;
}
.searchBox {
width: 85%;
margin: auto;
}
.error-wrapper .header .header-left {
float: none !important;
}
.error-wrapper .header .header-left .logo {
margin: auto;
clear: both;
height: 150px;
}
.parlak-hover {
width: 170px;
height: 48px;
font-size: 11px;
}
.container {
max-width: 720px;
}
}
@media (min-width: 768px) and (max-width: 1024px) {
.header-right {
display: none;
}
.typography .bigtypography h1 {
font-size: 8rem;
margin-top: 90px;
}
.typography .smalltypography p {
font-size: 1.5em;
}
.searchBox {
width: 85%;
margin: auto;
}
.error-wrapper .header .header-left {
float: none !important;
}
.error-wrapper .header .header-left .logo {
margin: auto;
clear: both;
height: 180px;
}
.parlak-hover {
width: 190px;
height: 55px;
font-size: 12px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.header-right {
display: none;
}
.typography .bigtypography h1 {
font-size: 7rem;
margin-top: 70px;
}
.typography .smalltypography p {
font-size: 0.75em;
}
.searchBox {
width: 85%;
margin: auto;
}
.error-wrapper .header .header-left {
float: none !important;
}
.error-wrapper .header .header-left .logo {
margin: auto;
clear: both;
height: 130px;
}
.parlak-hover {
width: 150px;
height: 50px;
font-size: 12px;
}
}
@media (min-width: 1200px) {
.container {
max-width: 1140px;
}
}
.greetings {
font-family: Quicksand;
text-align: center;
color: #ffffff;
font-size: 15px;
text-shadow: black 1px 2px 1px;
}
.defacer_evils {
font-family: Wallpoet;
text-align: center;
color: black;
font-weight: bold;
text-shadow: #0080FF 1px 2px 1px;
}
.logo {
padding: 10px;
overflow: hidden;
border-radius: 50%;
-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, .3);
box-shadow: 0 0 10px rgba(0, 0, 0, .3);
}
.logo>img {
-webkit-transition: all 1s ease;
-moz-transition: all 1s ease;
-o-transition: all 1s ease;
-ms-transition: all 1s ease;
transition: all 1s ease;
}
.logo>img:hover {
border-radius: 0;
-moz-transform: scale(1.2) rotate(-711deg);
-webkit-transform: scale(1.2) rotate(-711deg);
-o-transform: scale(1.2) rotate(-711deg);
-ms-transform: scale(1.2) rotate(-711deg);
transform: scale(1.2) rotate(-711deg);
}
</style>
<div class="errorpagewrapper" id="tydortyuzdortpage">
<div class="container">
<div class="error-wrapper">
<div class="header">
<a href="https://www.facebook.com/yildizsiberteskilati/" target="_blank" title="yildizsiberteskilat">
<div class="header-right">
<img width="150px;" src="https://www.resimag.com/p1/4fef693da1b.gif" alt="yildizsiberteskilat">
</div>
<div class="header-left">
<img class="logo" src="https://i.resimyukle.xyz/IGWNTU.png" alt="yildizsiberteskilat">
</div>
</a>
<div class="logo">
<img style="margin-left:270px;" width="300px;" src="https://i.resimyukle.xyz/NJ7S4V.jpg"> <br>
</div>
<center><b style="font-size:30px; font-weight: bolder; color: white; text-shadow: 0px 0px 15px red;">YILDIZ SIBER TESKILATI</b></center><br><br>
<center><b style="font-size:18px; font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Canımızdan olan, kanımızdan olan mazlum insanlar için buradayız. Dünyanın neresinde <br> bir Türk'e saldırı olursa oraya hiç tereddüt etmeden Saldırırız! <br>Boşuna kaçmayın sadece yorgun öleceksiniz! <br><br>
Türk toprak vermez, alırdı. Bir bak tarihe , Türk'e baş kaldıranların sonu ne olmuş!"</b></center><br><br><br>
</div>
</a>
</div>
<div class="clear"></div>
<div class="typography">
<div class="bigtypography"><br /><br /><br /><br /><br />
<div class="defacer_evils">
<a href="https://www.facebook.com/yildizsiberteskilati/" target="_blank" title="yildizsiberteskilat">
<h1></h1>
</a>
</div>
</div>
<div class="smalltypography">
<a href="https://www.facebook.com/yildizsiberteskilati/" target="_blank" title="yildizsiberteskilat">
<p>
<font face="Architects Daughter" color="yellow">*</font>
<font face="Raleway" color="white"> </font>
<font face="Architects Daughter" color="yellow">*</font><br />
<div class="clear"></div>
<div class="categori es">
<a href="https://www.facebook.com/yildizsiberteskilati/" target="_blank" title="">
<button class="parlak-hover" type="button" value="acele et">FACEBOOK</button>
</a>
<a href="https://www.instagram.com/yildizsiberteskilati/?fbclid=IwAR0uyXlZPRm-Z96QgChKw-BCfagC4NfsWHIA5SddVbig5_Dh9A-HOFFOhF8" target="_blank" title="">
<button class="parlak-hover" type="button" value="">INSTAGRAM</button>
</a>
<a href=" https://twitter.com/yildizsibertsk" target="_blank" title="">
<button class="parlak-hover" type="button" value="">TWITTER</button>
</a>
<a href="https://www.youtube.com/channel/UC8zS9OWX2tSWnTbY3wpqTkg" target="_blank" title="">
<button class="parlak-hover" type="button" value="">YOUTUBE</button>
</a>
<a href="https://mirror-h.org/search/hacker/49057/" target="_blank" title="">
<button class="parlak-hover" type="button" value="">MIRROR-H</button>
<br><br><br>
<p>
<b style=" font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Oguz Kagan</b>    
<b style=" font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Mete Han</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Malkocoglu</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Aybat</b>    
<br>
<br>
<p><b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Ghost</b>    
<b style=" font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Alparslan Han</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Baybars</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Firtina</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Darkblue</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Kaliptra</b>    
<b style="font-weight: bolder; color: white; text-shadow: 0px 0px 15px white;">Abdulhamid</b>    </p>
<br><br><br>
<b style="font-size:20px; color: red">
<marquee> Benden eyerimi isteyiniz vereyim, Atımı isteyiniz vereyim, Fakat Vatanımdan bir karış toprak istemeyin VERMEM! </marquee>
</b>
</p>
</a>
</div>
</div>
</a>
</div>
</div>
</div>
</div>
<br>
<div class="clear"></div><br>
<div class="typography">
<div class="smalltypography">
<div class="greetings">
<marquee direction="left" behavior="alternate" width="100%" scrollamount="5"> <b>
<font color="white" size="6" style="text-shadow: 0 0 0.2em white, 0 0 0.2em white;"></font>
</b><br><br></marquee><br>
<marquee direction="right" behavior="alternate" width="100%" scrollamount="10">
<img src="https://i.resimyukle.xyz/ScAA1b.png" width="400">
<img src="https://i.resimyukle.xyz/TSP0HM.png" width="400">
<img src="https://i.resimyukle.xyz/xSdPMB.png" width="400">
<img src="https://i.resimyukle.xyz/Ma3G9V.png" width="400">
<img src="https://i.resimyukle.xyz/xSV4SP.png" width="400">
<img src="https://i.resimyukle.xyz/fWfT33.png" width="400">
</marquee>
<br><br><br><br>
<marquee>
<img src="https://i.resimyukle.xyz/GBeWx0.png" alt=""><img src="https://i.resimyukle.xyz/GfxIWS.jpg" alt=""><img src="https://i.resimyukle.xyz/eJeKQV.jpg" alt=""><img src="https://i.resimyukle.xyz/yM8bBC.jpg" alt=""><img src="https://i.resimyukle.xyz/06OCa7.jpg" alt=""><img src="https://i.resimyukle.xyz/bOdW4U.jpg" alt="">
</marquee>
</div>
</div>
</div>
<style>
body,
a:hover,
a,
h1,
h2,
h3,
table,
td,
div,
p,
img {
cursor: url(https://s17.directupload.net/images/191019/6ox42cxm.png), progress !important;
}
</style>
</font>
</font>
</center>
<font color="white" size="4">
<font face="Changa">
<font size="6"><br><br> <b><b>
<div id="particles-js"><canvas class="particles-js-canvas-el" width="824" height="937" style="width: 100%; height: 100%;"></canvas></div>
<!--<script type="text/javascript"
src="https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js"></script>-->
<script type="text/javascript">
$.getScript("https://cdnjs.cloudflare.com/ajax/libs/particles.js/2.0.0/particles.min.js", function() {
particlesJS('particles-js', {
"particles": {
"number": {
"value": 80,
"density": {
"enable": true,
"value_area": 800
}
},
"color": {
"value": "#ffffff"
},
"shape": {
"type": "circle",
"stroke": {
"width": 0,
"color": "#000000"
},
"polygon": {
"nb_sides": 5
},
"image": {
"width": 100,
"height": 100
}
},
"opacity": {
"value": 0.5,
"random": false,
"anim": {
"enable": false,
"speed": 1,
"opacity_min": 0.1,
"sync": false
}
},
"size": {
"value": 5,
"random": true,
"anim": {
"enable": false,
"speed": 40,
"size_min": 0.1,
"sync": false
}
},
"line_linked": {
"enable": true,
"distance": 150,
"color": "#ffffff",
"opacity": 0.4,
"width": 1
},
"move": {
"enable": true,
"speed": 6,
"direction": "none",
"random": false,
"straight": false,
"out_mode": "out",
"attract": {
"enable": false,
"rotateX": 600,
"rotateY": 1200
}
}
},
"interactivity": {
"detect_on": "canvas",
"events": {
"onhover": {
"enable": true,
"mode": "repulse"
},
"onclick": {
"enable": true,
"mode": "push"
},
"resize": true
},
"modes": {
"grab": {
"distance": 400,
"line_linked": {
"opacity": 1
}
},
"bubble": {
"distance": 400,
"size": 40,
"duration": 2,
"opacity": 8,
"speed": 3
},
"repulse": {
"distance": 200
},
"push": {
"particles_nb": 4
},
"remove": {
"particles_nb": 2
}
}
},
"retina_detect": true,
"config_demo": {
"hide_card": false,
"background_color": "#b61924",
"background_image": "",
"background_position": "50% 50%",
"background_repeat": "no-repeat",
"background_size": "cover"
}
});
});
</script>
<script>
Plenty of black gives a better sparkle effect.showerCol = new
Array('#000000', '#ff0000', '#ffffff', '#000000', '#00ff00', '#ff00ff', '#ffffff', '#ffa500', '#000000', '#fff000');
launchCol = new
Array('#ffff00', '#ff00ff', '#00ffff', '#ffffff', '#ff8000');
runSpeed = 70;
explosionSize = 200;
var launchColour = '#ffff80';
var timer = null;
var dims = 8;
var evn = 360 / 14;
firework = new Array();
var ieType = (typeof window.innerWidth != 'number');
var
ieRef = ((ieType) && (document.compatMode) && (document.compatMode.indexOf("CSS") != -1)) ? document.documentElement : document.body;
thisStep = 0;
step = 5;
for (i = 0; i <
14; i++) {
document.write(' <div id="sparks' + i + '"
style = "position:absolute;top:0px;left:0px;border-radius:50%;height:'+dims+'px;width:'+dims+';font-size:'+dims+';background-color:'+launchColour+'" >
<
\/div>'); firework=document.getElementById("sparks"+i).style; } function winDims(){ winH=(ieType)?ieRef.clientHeight:window.innerHeight;
winW = (ieType) ? ieRef.clientWidth : window.innerWidth; bestFit = (winW >= winH) ? winH : winW;
}
winDims();
window.onresize = new Function("winDims()");
function Reset() {
var dsy = (ieType) ? ieRef.scrollTop : window.pageYOffset;
thisStep = -1;
launchColour = launchCol[Math.floor(Math.random() * launchCol.length)];
explosionSize = Math.round(100 + Math.random() * (bestFit / 4));
yPos = explosionSize + Math.round(Math.random() * (winH - (explosionSize * 2.2))) + dsy;
xPos =
explosionSize + Math.round(Math.random() * (winW - (explosionSize * 2.2)));
for (i = 0; i < 14; i++) {
firework.backgroundColor = launchColour;
firework.width = dims + "px";
firework.height = dims + "px";
firework.fontSize = dims + "px";
}
Fireworks();
}
function Fireworks() {
thisStep += step;
timer = setTimeout("Fireworks()", runSpeed);
for (i = 0; i < 14; i++) {
firework.top = yPos + explosionSize *
Math.sin(i * evn * Math.PI / 180) * Math.sin(thisStep / 100) + "px";
firework.left = xPos + explosionSize *
Math.cos(i * evn * Math.PI / 180) * Math.sin(thisStep / 100) + "px";
if (thisStep > 100) {
var dims_change = (explosionSize <
150) ? dims : Math.round(dims + Math.random() * 2);
firework.backgroundColor = showerCol[Math.floor(Math.random() * showerCol.length)];
firework.width = dims_change + "px";
firework.height = dims_change + "px";
firework.fontSize = dims_change + "px";
}
}
if (thisStep > 140) {
clearTimeout(timer);
Reset();
}
}
window.onload = Fireworks;
} < /div>
</script>
</b></b>
<div align="center" class="a">
<font color="white"></font>
</div>
<font color="white"><br>
<div align="center"></div><br>
</font>
<SCRIPT LANGUAGE="Javascript">
<!--
var isNS = (navigator.appName == "Netscape") ? 1 : 0;
var EnableRightClick = 0;
if (isNS)
document.captureEvents(Event.MOUSEDOWN || Event.MOUSEUP);
function mischandler() {
if (EnableRightClick == 1) {
return true;
} else {
return false;
}
}
function mousehandler(e) {
if (EnableRightClick == 1) {
return true;
}
var myevent = (isNS) ? e : event;
var eventbutton = (isNS) ? myevent.which : myevent.button;
if ((eventbutton == 2) || (eventbutton == 3)) return false;
}
function keyhandler(e) {
var myevent = (isNS) ? e : window.event;
if (myevent.keyCode == 96)
EnableRightClick = 1;
return;
}
document.oncontextmenu = mischandler;
document.onkeypress = keyhandler;
document.onmousedown = mousehandler;
document.onmouseup = mousehandler;
//
-->
</script>
<iframe width="0" height="0" src="https://www.youtube.com/embed/Y75Km7dlt94?rel=0&autoplay=1" frameborder="0" allow="accelerometer; autoplay; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe>
</div>
</body>
</html>