Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Hey people...... Want to see a great magic trick ?

5 views
Skip to first unread message

Kristjan Robam

unread,
Feb 5, 2022, 4:09:02 AM2/5/22
to
https://minumaagilinemaailm.000webhostapp.com/000000555550088879047045.htm

Code:


<head>
<style>
body, html {
padding: 0;
margin: 0;
height: 90vh;
width: 90vw;
}

.mya{
transform: rotate(-90deg);
height:70vh;
width:80vw;
margin-top:-40vh;
background-color:white;
}

</style>
</head>
<body id="body">
<div class="mya">
<div id="caption" class="msg">

<script>
var i=new Array();

function f1(a) {
if(a<2) return 1;
return a*f1(a-1);
}

function f2(a, a2) {
return f1(a)/(f1(a2)*f1(a-a2));
}

function f3(a3) {
for(var i2=0; i2<a3; i2++) {
document.write(".");
}
document.write("<fff style='margin-top: -15px; display: block;'/>");
}
var i3=62;
for(var i2=0; i2<i3; i2++) {
f3(f2(i3,i2)/8083645564869535);
}
</script>
</div>
</div>

</body>
</html>
0 new messages