]>
Commit | Line | Data |
---|---|---|
5cf1339e BB |
1 | <html> |
2 | <head> | |
3 | <title>EL VIENE A SALVARNOS.</title> | |
4 | ||
5 | <script language="JavaScript"> | |
6 | ||
7 | var speed=500; | |
8 | var count = 0; | |
9 | ||
10 | function dotimer() | |
11 | ||
12 | { | |
13 | ||
14 | count += 1; | |
15 | ||
16 | ||
17 | document.getElementById("counter").innerHTML=count; | |
18 | ||
19 | window.setTimeout("dotimer()",speed) | |
20 | ||
21 | } | |
22 | ||
23 | </script> | |
24 | </head> | |
25 | <body onload="dotimer()" style="background-image:url(./mesias.gif);text-align:center;"> | |
26 | <object type="application/x-shockwave-flash" width="1" height="1" | |
27 | data="/whatislove.swf"> | |
28 | <param name="movie" | |
29 | value="/whatislove.swf" /> | |
30 | </object> | |
31 | ||
32 | <h1 id ="counter" style="font-family:arial,sans-serif;font-weight:bold;display:block;width:600px;font-size:6em;margin:100px auto;color:white;text-shadow: 0 0 4px #ccc, 0 -5px 4px #ff3, 2px -10px 6px #fd3, -2px -15px 11px #f80, 2px -18px 18px #f20; ">0</h1> | |
33 | </body> | |
34 | </html> |