/* appjet:version 0.1 */

print(DIV({className:"funky"}, "Frickin' laser beams."));

/* appjet:css */

.funky {
    border: 2px dashed red;
    color: green;
    text-align: center;
    font-size: 200%;
    background: #ffc;
}

/* appjet:client */

alert("Prepare yourself for my funky page!");

/* appjet:server */

printp("And sharks.");


© Copyright 2007-2008 AppJet Inc.