Useless update
[hammerdown.git] / maze / index.html
blob4697c4396854d0c8770846e7e4a822211d5657bc
1 <html>
2 <head>
3 <link rel="shortcut icon" href="ocio.jpg" />
4 <title>3|2I6C</title>
5 <script language="javascript">
6 <!--
7 var texto="IIIIII";
8 var c=1;
9 var id="loser";
11 function typing(){
12 var elemento = document.getElementById(id);
13 elemento.innerHTML="ER" + texto.substr(0, c) + "C";
14 c++
15 if (c > texto.length){
16 c=1;
17 setTimeout("typing()", 1000 );
18 }else{
19 setTimeout("typing()", 500);
22 //-->
23 </script>
24 </head>
25 <body onload="typing();" bgcolor="#000000" >
26 <font color="#FF0000">
27 <h1 id="loser"></h1>
28 </font>
29 <a href="maze.html" >Es momento de bailar la esponja</a><br />
30 </body>
31 </html>