view service/remoteSlideshow/www/index.jade @ 63:e108d5f80b66

remoteslideshow Ignore-this: 5e379e60e9d487851b18df18cfe59f54
author drewp@bigasterisk.com
date Wed, 10 Apr 2013 20:50:24 -0700
parents
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')