Mercurial > my-ubiquity-commands
view random-stuff/status-bar-widget.html @ 21:e82bff1ef296
Changed code to be more html-like than JS-ish.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Thu, 07 May 2009 15:26:40 -0700 |
parents | a07982ba7259 |
children |
line wrap: on
line source
<html> <head> <title>Status Bar Widget</title> </head> <body style="margin: 0; padding: 0; font-family: helvetica; font-size: 9pt;"> <span id="text" style="cursor: pointer;">Hi there dood.</span> </body> <script src="jquery.js"></script> <script src="status-bar-widget.js"></script> </html>