view 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 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>