]>
git.r.bdr.sh - rbdr/r.bdr.sh/blob - jekyll/gaby/index.php
46385dbb1331236f91265866227622c9b43ed451
1 <!DOCTYPE html
PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
2 <html xmlns
="http://www.w3.org/1999/xhtml">
4 <title
>:) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :) :)</title
>
5 <meta http
-equiv
="Content-Type" content
="text/html; charset=utf-8" />
7 <script type
="text/javascript" src
="http://www.google.com/jsapi?key=ABQIAAAA1B1-bxPhCe7u4Ba7aYKUTBTYEM4E4N0vns0MLUjR2DwB0E_9RRQgU6-MNsJCdkd1daX-Mv1HUnibjw"></script
>
9 <style type
="text/css">
12 background
-color
: <?php
if($_GET['act'] == 'duerme'){ echo "#222"; }else{
echo "#fff"; } ?>
18 font
-family
: Helvetica
, Arial
, sans
-serif
;
19 color
: <?php
if($_GET['act'] == 'duerme'){ echo "#fff"; }else{
echo "#222"; } ?>
26 <script language
="Javascript" type
="text/javascript">
28 google
.load("jquery", "1.4.2");
33 <script type
="text/javascript">
42 if($_GET['act'] == 'duerme'){ ?>
43 var n
= (Math
.floor(Math
.random()*15));
74 msg
= "‾u‾ ~ ZzzZzz";
86 }else if($_GET['act'] == 'estudia'){ ?>
87 var n
= (Math
.floor(Math
.random()*15));
109 msg
= "modo nerdillo";
132 var n
= (Math
.floor(Math
.random()*15));
176 document
.getElementById("message").innerHTML
= "<span>¡</span>"+msg+
"<span>!</span>";
177 $
('#message').animate({
179 }, (speed
/2), function() {
180 // Animation complete.
182 window
.setTimeout("doClear()",speed
)
186 $
('#message').animate({
188 }, (speed
/4), function() {
189 // Animation complete.
191 window
.setTimeout("doMsg()",(speed
/4));
198 <body style
="text-align: center; padding-top: 200px;" onload
="doMsg()" >
200 <div id
="message">!</div
>