Mercurial > my-ubiquity-commands
annotate random-stuff/status-bar-widget.html @ 20:a07982ba7259
Added random stuff.
author | Atul Varma <varmaa@toolness.com> |
---|---|
date | Wed, 06 May 2009 09:20:13 -0700 |
parents | |
children |
rev | line source |
---|---|
20 | 1 <html> |
2 <head> | |
3 <title>Status Bar Widget</title> | |
4 </head> | |
5 <body style="margin: 0; padding: 0; font-family: helvetica; font-size: 9pt;"> | |
6 <span id="text" style="cursor: pointer;">Hi there dood.</span> | |
7 </body> | |
8 <script src="jquery.js"></script> | |
9 <script src="status-bar-widget.js"></script> | |
10 </html> |