view service/remoteSlideshow/www/index.jade @ 997:b24885725f59

support for pwm board Ignore-this: 4bf59699c590c75c79e6ae72d719343a darcs-hash:20150830081929-312f9-45f7134e807c5de2bb0dad13a5a9d1fa032bf471
author drewp <drewp@bigasterisk.com>
date Sun, 30 Aug 2015 01:19:29 -0700
parents 31610c14a34c
children 72a003e721f9
line wrap: on
line source

html
  head
    style
      body { 
        background: black;
        color: white;
      }
      img#main {
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        z-index: -10;
      }
  body
    img(id='main', src="#")
    h1 Ari's bed cactus
    script(src="../lib/jquery-1.9.1.min.js")
    script(src='show.js')