Mercurial > my-ubiquity-commands
diff 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 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/random-stuff/status-bar-widget.html Wed May 06 09:20:13 2009 -0700 @@ -0,0 +1,10 @@ +<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>