ÿþ<!DOCTYPE html> <html> <head> <meta charset="utf-16"> <title>Talkbot: Batteries? We don't need no stinking batteries.</title> <style type="text/css"> body { font-family: Arial, Helvetica, sans-serif; color: #000; background-color: #fff; text-align: center; } header { width: 700px; margin-top: 25px; margin-left: auto; margin-right: auto; } #video { padding: 10px; width: 600px; background-color: #000; margin-left: auto; margin-right: auto; border: 5px solid #999; border-radius: 15px; } </style> </head> <body> <header> <img id ="logo" src="talkbot.png" alt="Talkbot"> <p>Reboot in progress: 0%ˆ%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%‘%100%</p> </header> <div> <p>While you're waiting, kick back and watch Season 3.</p> <div id="video"> <embed src="http://blip.tv/play/hIlSAQA%2Em4v" type="application/x-shockwave-flash" width="600" height="368" allowscriptaccess="always" allowfullscreen="true" title="By clicking play you agree to pay us a bajillion dollars. Don't worry, you don't have to enter your card number - we already have it."></embed> </div> </div> </body> </html>