diff options
| author | sostler <sbostler@gmail.com> | 2010-04-11 16:50:45 -0400 |
|---|---|---|
| committer | sostler <sbostler@gmail.com> | 2010-04-11 16:50:45 -0400 |
| commit | 5587ef8a9b45ba7c969df2643ab1baa2591e2be4 (patch) | |
| tree | acbb7dd475eee49aa3ce98af60175e756b2bd76a /static/index.html | |
| parent | 57c3298cbb88181ab2a9e2dd5309b7a5df6eb30f (diff) | |
| parent | b489d3df189b2a87e3d8b1ba321b9a8f2a441009 (diff) | |
Merge branch 'master' of ssh://dump.fm/pichat/repo
Diffstat (limited to 'static/index.html')
| -rwxr-xr-x | static/index.html | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/static/index.html b/static/index.html index 08b934e..afab9b1 100755 --- a/static/index.html +++ b/static/index.html @@ -34,7 +34,7 @@ $(document).ready(function(){ </head> <body> <div id="panel"> -<center><object width="600" height="450"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&autoplay=1&show_portrait=0&color=ffffff&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&autoplay=1&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="600" height="450"></embed></object></center> +<center><object width="460" height="345"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&autoplay=1&show_portrait=0&color=ffffff&fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=10819709&server=vimeo.com&show_title=0&show_byline=0&show_portrait=0&color=ffffff&autoplay=1&fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="460" height="345"></embed></object></center> </div> <p class="slide"><a href="#" class="btn-slide">watch a lil video!</a> @@ -67,6 +67,7 @@ $(document).ready(function(){ Remember Me </label></div> </div> + </div> <div id="info" align="right"> <img src="/static/img/vxhtml.gif"> @@ -75,10 +76,10 @@ $(document).ready(function(){ <img src="/static/img/geocities.gif"> <img src="/static/img/valid_html.gif"> -</div> +</div> - -</div></div> +</div> +</div> <div id="preload"> <img src="/static/img/cursors/osx.hand.gif" class="no-cursor invisible" id="cursor-big"> </div> |
