diff service/remoteSlideshow/www/index.jade @ 868:31610c14a34c

remoteslideshow Ignore-this: 5e379e60e9d487851b18df18cfe59f54 darcs-hash:20130411035024-312f9-df9e1c71cc7306e7375c4687497c50bd5bc468bc
author drewp <drewp@bigasterisk.com>
date Wed, 10 Apr 2013 20:50:24 -0700
parents
children 72a003e721f9
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/service/remoteSlideshow/www/index.jade	Wed Apr 10 20:50:24 2013 -0700
@@ -0,0 +1,21 @@
+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')
+     
\ No newline at end of file